Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 42ec398

Browse files
authored
doc deploy fix (#6779)
* test * test * test * test * test * test * test * fix * test * test * fix * test * test * fix * test * done * fix * revert test text
1 parent 95b37d8 commit 42ec398

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,18 @@ jobs:
206206
contents: read
207207
deployments: write
208208
steps:
209+
- uses: actions/checkout@v4
209210
- uses: actions/setup-node@v4
210211
with:
211-
node-version: 18
212+
cache: yarn
213+
node-version: '18'
212214
- uses: actions/cache/restore@v3
213215
with:
214216
path: ./
215217
key: web3-18-${{github.event.pull_request.base.sha}}
216-
- run: npm run build:docs
218+
- run: yarn install --ignore-scripts
219+
- run: yarn build:cjs
220+
- run: yarn run build:docs
217221
- name: Publish to Cloudflare Pages
218222
uses: cloudflare/pages-action@v1
219223
with:

0 commit comments

Comments
 (0)