From 64276b747c79014ed225494074b6322ac19073fa Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 23 Nov 2025 22:04:00 +0100 Subject: [PATCH] Update documentation-build.yml --- .github/workflows/documentation-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation-build.yml b/.github/workflows/documentation-build.yml index 41f22bf54..340346379 100644 --- a/.github/workflows/documentation-build.yml +++ b/.github/workflows/documentation-build.yml @@ -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