Skip to content

Commit

Permalink
Merge pull request #265 from QuTech-Delft/fix-upload-and-tag-as-git-t…
Browse files Browse the repository at this point in the history
…ag-step-for-publish-github-pages-job

Fix 'Upload and tag as git tag with every release creation on master branch' on Publish GitHub pages job.
  • Loading branch information
rturrado authored Oct 18, 2024
2 parents a40b4f8 + c7f9348 commit 025c7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
- name: Upload and tag as git tag with every release creation on master branch
if: github.event_name == 'release' && github.event.action == 'created'
run: |
mike deploy --push ${{ github.ref }}
mike deploy --push ${{ github.ref_name }}
mike set-default --push latest

0 comments on commit 025c7ac

Please sign in to comment.