diff --git a/.github/workflows/deploy-mkdocs.yml b/.github/workflows/deploy-mkdocs.yml index 67a5668..01ad846 100644 --- a/.github/workflows/deploy-mkdocs.yml +++ b/.github/workflows/deploy-mkdocs.yml @@ -5,6 +5,7 @@ on: branches: - beta - candidate/stable + - 20241118-docs-update-beta permissions: contents: write @@ -39,14 +40,14 @@ jobs: mkdir -p ../gh-pages/beta cp -R site/* ../gh-pages/beta/ - - name: Build Stable Documentation + - name: Build Candidate Stable Documentation run: | git fetch --depth 1 origin candidate/stable:candidate/stable git checkout candidate/stable cd docs/ mkdocs build - mkdir -p ../gh-pages/stable - cp -R site/* ../gh-pages/stable/ + mkdir -p ../gh-pages/candidate-stable + cp -R site/* ../gh-pages/candidate-stable/ - name: Create Redirect Index run: | @@ -81,7 +82,7 @@ jobs:
Redirecting to the latest beta documentation...
If you are not redirected, please choose a version:
- +