We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d790d5 commit 18682eaCopy full SHA for 18682ea
1 file changed
.github/workflows/deploy.yml
@@ -31,11 +31,11 @@ jobs:
31
- name: Install Dependencies
32
run: bun install
33
34
- - name: Fetch Giscus comments
35
- run: node src/scripts/fetch-comments.js
36
- env:
37
- # Ensure this secret has read access to discussions
38
- GITHUB_TOKEN: ${{ secrets.gh_action_token_PAT }}
+ # - name: Fetch Giscus comments
+ # run: node src/scripts/fetch-comments.js
+ # env:
+ # # Ensure this secret has read access to discussions
+ # GITHUB_TOKEN: ${{ secrets.gh_action_token_PAT }}
39
40
- name: Build Production
41
run: bun run build
0 commit comments