Skip to content

Commit

Permalink
Fix syntax in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophB committed Jul 5, 2024
1 parent f4d38ee commit d151b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
publish_dir: ./output
destination_dir: release/${{ github.event.release.tag_name }}
- name: Deploy latest documentation
if: ! ${{ github.event.release.prerelease }}
if: '!github.event.release.prerelease'
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d151b0a

Please sign in to comment.