mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-08-25 21:06:30 +00:00
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:
@@ -49,3 +49,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd docs
|
cd docs
|
||||||
mike deploy nightly --push
|
mike deploy nightly --push
|
||||||
|
|
||||||
|
publish-gh-pages:
|
||||||
|
needs: [build-documentation]
|
||||||
|
uses: ./.github/workflows/publish_github_pages.yml
|
||||||
|
secrets: inherit
|
||||||
|
|||||||
@@ -74,6 +74,11 @@ jobs:
|
|||||||
cd docs
|
cd docs
|
||||||
mike deploy --push --update-aliases ${RELEASE_VERSION} stable
|
mike deploy --push --update-aliases ${RELEASE_VERSION} stable
|
||||||
|
|
||||||
|
publish-gh-pages:
|
||||||
|
needs: [docs]
|
||||||
|
uses: ./.github/workflows/publish_github_pages.yml
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
chocolatey:
|
chocolatey:
|
||||||
needs: [initialize]
|
needs: [initialize]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -8,9 +8,7 @@ name: Publish GitHub Pages
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
workflow_call:
|
||||||
branches:
|
|
||||||
- gh-pages
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user