We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6321b commit be8f422Copy full SHA for be8f422
1 file changed
.github/workflows/doc_deployment.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Deploy to GitHub Pages
50
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
51
run: |
52
- mike deploy --push --update-aliases develop latest
+ mike deploy --push --update-aliases latest
53
54
# On tag creation (i.e. new release): Deploy to directory with tag
55
- name: Deploy Doc Version for New Release
0 commit comments