mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 12:33:55 -07:00
Update documentation-build.yml
This commit is contained in:
parent
31d7759eb8
commit
64276b747c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/documentation-build.yml
vendored
4
.github/workflows/documentation-build.yml
vendored
|
|
@ -56,9 +56,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }}
|
deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }}
|
||||||
external_repository: Cockatrice/cockatrice.github.io
|
external_repository: Cockatrice/cockatrice.github.io
|
||||||
publish_branch: master
|
publish_branch: master # GH Pages branch
|
||||||
publish_dir: ./docs/html # Source directory
|
publish_dir: ./docs/html # Source directory
|
||||||
destination_dir: docs # Docs will live under https://cockatrice.github.io/docs/
|
destination_dir: docs # Docs will live under https://cockatrice.github.io/docs/
|
||||||
user_name: 'github-actions[bot]'
|
user_name: 'github-actions[bot]'
|
||||||
user_email: 'github-actions[bot]@users.noreply.github.com'
|
user_email: 'github-actions[bot]@users.noreply.github.com'
|
||||||
commit_message: Deploy Docs
|
commit_message: Deploy Docs # ${GITHUB_SHA} will get appended
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue