Skip to content

Commit

Permalink
Add missing '
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Feb 14, 2024
1 parent 2fe85bc commit 887ec80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
run: |
mike deploy --push main
- name: Build tagged version
if: ${{ github.ref_name != mkdocs' }} # TODO: revert to main when debugged
if: ${{ github.ref_name != 'mkdocs' }} # TODO: revert to main when debugged
run: |
mike deploy --push --update-aliases ${{ github.ref_name }} latest

0 comments on commit 887ec80

Please sign in to comment.