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 1fafcc6 commit 43324b8Copy full SHA for 43324b8
.github/workflows/cf-deploy.yaml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/setup-node@v5
13
with:
14
node-version: '18'
15
- - run: corepack enable
+ cache: 'yarn'
16
- run: yarn --immutable
17
- run: yarn build
18
- name: Publish to Cloudflare Pages
0 commit comments