We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb5f34 commit 116a5c8Copy full SHA for 116a5c8
1 file changed
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: build documentation
65
run: |
66
poetry install -E doc
67
- git checkout fusion_release
+ git fetch origin fusion_release --depth=1
68
poetry run mike deploy --branch fusion_release --prefix fusion --push --update-aliases ${{ steps.tag_name.outputs.current_version }} latest
69
poetry run mike set-default --branch fusion_release --prefix fusion --push latest
70
working-directory: main_repo
0 commit comments