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 63cf556 commit 78f5479Copy full SHA for 78f5479
.github/workflows/publish.yml
@@ -61,3 +61,5 @@ jobs:
61
with:
62
path: ./apps/landing/out
63
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
64
+ - uses: actions/deploy-pages@v4
65
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
0 commit comments