mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-22 07:10:25 -08:00
gh bot + commit message
Added user information and commit message for documentation deployment.
This commit is contained in:
5
.github/workflows/documentation-build.yml
vendored
5
.github/workflows/documentation-build.yml
vendored
@@ -57,5 +57,8 @@ jobs:
|
||||
deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }}
|
||||
external_repository: Cockatrice/cockatrice.github.io
|
||||
publish_branch: master
|
||||
publish_dir: ./docs/html
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user