Update deployment.yml

This commit is contained in:
Arnold Dechamps 2024-05-11 03:09:38 +02:00 committed by GitHub
parent 5a42798891
commit c94f2ffea7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,3 +63,9 @@ jobs:
ssh target "cd tldtest && git pull origin master && docker-compose down && docker-compose up --build -d"
# Other steps for deploying static content to GitHub Pages
- name: Deploy static content to GitHub Pages
if: success() && github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./staticfiles