Skip to content

Commit

Permalink
another CI doc deployment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Jun 12, 2024
1 parent 4d3f9a6 commit 9fe9b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Rebuild documentation for tagged release
env:
TAGNAME: ${{ steps.vars.outputs.tag }}
TAGNAME: ${{github.ref_name}}
if: matrix.gcc_v == 7 && startsWith(github.ref, 'refs/tags/')
run: |
echo ${TAGNAME}
Expand Down

0 comments on commit 9fe9b16

Please sign in to comment.