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 e9d6a6f commit 1aeda29
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 @@ -44,6 +44,6 @@ jobs:
run: mike deploy --update --push ${{github.ref_name}}
- name: Mike Deploy for Tags
if: github.ref != 'refs/heads/main'
run: mike deploy --push ${{github.ref_name}} latest
run: mike deploy --update --push ${{github.ref_name}} latest
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 1aeda29

Please sign in to comment.