narrow deploy step filter

This commit is contained in:
tooomm 2026-05-10 12:58:44 +02:00 committed by GitHub
parent bc106d2e60
commit ed43084527
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,11 +53,11 @@ jobs:
run: doxygen Doxyfile
- name: Deploy to cockatrice.github.io
if: github.event_name != 'pull_request'
if: github.event_name == 'release'
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }}
external_repository: Cockatrice/cockatrice.github.io
publish_branch: master
publish_dir: ./docs/html
destination_dir: docs # Docs will live under https://cockatrice.github.io/docs/
destination_dir: docs # Docs will live under https://cockatrice.github.io/docs/