Skip to content

Commit

Permalink
CI fix if condition for no cache on tags (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
hndgzkn committed May 9, 2022
1 parent c5689b4 commit 0823d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cache documentation
if: ${{ github.ref_type }} != 'tag'
if: github.ref_type != 'tag'
uses: actions/cache@v3
env:
cache-name: cache-documentation
Expand Down

0 comments on commit 0823d60

Please sign in to comment.