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 920eecd commit 09a2618Copy full SHA for 09a2618
.github/workflows/static.yml
@@ -45,13 +45,13 @@ jobs:
45
with:
46
# Upload just the public folder
47
path: 'public'
48
- token: ${{ secrets.GH_ACCESS_TOKEN }}
49
- name: Deploy to GitHub Pages
50
id: deployment
51
uses: actions/deploy-pages@v4
52
- name: Comment Preview URL on PR
53
if: github.event_name == 'pull_request'
54
uses: marocchino/sticky-pull-request-comment@v2
55
+ token: ${{ secrets.GH_ACCESS_TOKEN }}
56
message: |
57
🚀 Preview: ${{ steps.deployment.outputs.page_url }}
0 commit comments