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 c8fbb52 commit 88de52bCopy full SHA for 88de52b
.github/workflows/deploy.yml
@@ -45,7 +45,7 @@ jobs:
45
deploy:
46
# The workflow upto this point is good for generating a preview,
47
# but only commit to deploy if we are on the master branch (not a pull request).
48
- if: github.ref == 'refs/heads/master'
+ # if: github.ref == 'refs/heads/master'
49
environment:
50
name: github-pages
51
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments