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 b7d1186 commit 8aca7acCopy full SHA for 8aca7ac
.github/workflows/anchor-link-audit.yml
@@ -38,6 +38,7 @@ jobs:
38
39
- run: npm run build
40
env:
41
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
NODE_OPTIONS: "--max-old-space-size=4192"
43
44
- name: Install dependencies
.github/workflows/ci.yml
@@ -47,6 +47,7 @@ jobs:
47
## TODO: content formatting checks
48
49
50
51
52
RUN_LINK_CHECK: true
53
.github/workflows/publish-preview.yml
@@ -32,6 +32,7 @@ jobs:
32
33
name: Build
34
35
36
NODE_OPTIONS: --max-old-space-size=4096
37
- name: Deploy to Cloudflare Workers
0 commit comments