Skip to content

Commit 103cc43

Browse files
committed
Try to fix docs.yml github workflow
1 parent 9c5f7be commit 103cc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
deploy-docs:
107107
name: Publish documentation
108-
if: startsWith(github.ref, "refs/tags/")
108+
if: startsWith(github.ref, 'refs/tags/')
109109
needs: build-docs
110110
runs-on: ubuntu-latest
111111

0 commit comments

Comments
 (0)