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 6f85051 commit 249538bCopy full SHA for 249538b
.env.sample
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
path: ./out
63
retention-days: 2
64
deploy:
65
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main'
66
environment:
67
name: github-pages
68
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments