Update documentation-build.yml

This commit is contained in:
tooomm 2025-11-23 22:04:00 +01:00 committed by GitHub
parent 31d7759eb8
commit 64276b747c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,9 +56,9 @@ jobs:
with:
deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }}
external_repository: Cockatrice/cockatrice.github.io
publish_branch: master
publish_branch: master # GH Pages branch
publish_dir: ./docs/html # Source directory
destination_dir: docs # Docs will live under https://cockatrice.github.io/docs/
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
commit_message: Deploy Docs
commit_message: Deploy Docs # ${GITHUB_SHA} will get appended