Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nt0xa committed Jul 28, 2024
1 parent d139ce8 commit f87952e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
cache: npm
cache-dependency-path: ./docs/package-lock.json

- name: Install dependencies
run: yarn install --frozen-lockfile
run: npm install

- name: Test build website
run: yarn build
run: npm build

0 comments on commit f87952e

Please sign in to comment.