From 5ca144e2c151bc2340ba75a38d3b022a0610128c Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 10 May 2026 15:31:35 +0200 Subject: [PATCH] re-add deployments on manual runs --- .github/workflows/documentation-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation-build.yml b/.github/workflows/documentation-build.yml index 671e53e49..b0093d6b1 100644 --- a/.github/workflows/documentation-build.yml +++ b/.github/workflows/documentation-build.yml @@ -53,7 +53,7 @@ jobs: run: doxygen Doxyfile - name: Deploy to cockatrice.github.io - if: github.event_name == 'release' + if: github.event_name == 'release' || github.event_name == 'workflow_dispatch' uses: peaceiris/actions-gh-pages@v4 with: deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }}