Skip to content

Commit

Permalink
Update ci-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benphelps authored Sep 29, 2023
1 parent 798a0b8 commit f073351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
run: mike deploy --push ${{github.ref_name}} latest
- name: Mike Deploy for Main
if: github.ref == 'refs/heads/main'
run: mike deploy --push main main
run: mike deploy --update --push main main
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit f073351

Please sign in to comment.