fix gh pages workflow since gh-pages is not a valid branch

Looks like I can't trigger things committing things to that branch...?
This commit is contained in:
ClementTsang
2026-01-15 19:54:40 -05:00
parent a9808a49b1
commit 0bfc8f0aed
3 changed files with 11 additions and 3 deletions
+5
View File
@@ -49,3 +49,8 @@ jobs:
run: |
cd docs
mike deploy nightly --push
publish-gh-pages:
needs: [build-documentation]
uses: ./.github/workflows/publish_github_pages.yml
secrets: inherit
+5
View File
@@ -74,6 +74,11 @@ jobs:
cd docs
mike deploy --push --update-aliases ${RELEASE_VERSION} stable
publish-gh-pages:
needs: [docs]
uses: ./.github/workflows/publish_github_pages.yml
secrets: inherit
chocolatey:
needs: [initialize]
runs-on: ubuntu-latest
+1 -3
View File
@@ -8,9 +8,7 @@ name: Publish GitHub Pages
on:
workflow_dispatch:
push:
branches:
- gh-pages
workflow_call:
jobs:
build: