Skip to content

Commit 36d6ed8

Browse files
committed
make docs deploy to gh pages correctly skip the step unless pushing a tag
1 parent f89d96a commit 36d6ed8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
path: './docs/build'
4949

5050
deploy:
51-
if: startsWith(github.event.ref, 'refs/tags/v')
51+
if: startsWith(github.ref, 'refs/tags/v')
5252
environment:
5353
name: github-pages
5454
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)