Skip to content

Commit be8f422

Browse files
committed
Fix alias
1 parent 1c6321b commit be8f422

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/doc_deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Deploy to GitHub Pages
5050
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
5151
run: |
52-
mike deploy --push --update-aliases develop latest
52+
mike deploy --push --update-aliases latest
5353
5454
# On tag creation (i.e. new release): Deploy to directory with tag
5555
- name: Deploy Doc Version for New Release

0 commit comments

Comments
 (0)