mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-04 14:00:38 +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: |
|
||||
cd docs
|
||||
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
|
||||
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
|
||||
|
||||
@@ -8,9 +8,7 @@ name: Publish GitHub Pages
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- gh-pages
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user