We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89d96a commit 36d6ed8Copy full SHA for 36d6ed8
1 file changed
.github/workflows/documentation.yml
@@ -48,7 +48,7 @@ jobs:
48
path: './docs/build'
49
50
deploy:
51
- if: startsWith(github.event.ref, 'refs/tags/v')
+ if: startsWith(github.ref, 'refs/tags/v')
52
environment:
53
name: github-pages
54
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments