Skip to content

Commit

Permalink
Try to fix docs.yml github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bernstei committed Jan 23, 2025
1 parent 9c5f7be commit 103cc43
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 @@ -105,7 +105,7 @@ jobs:
deploy-docs:
name: Publish documentation
if: startsWith(github.ref, "refs/tags/")
if: startsWith(github.ref, 'refs/tags/')
needs: build-docs
runs-on: ubuntu-latest

Expand Down

0 comments on commit 103cc43

Please sign in to comment.