Skip to content

Commit

Permalink
install build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Mar 7, 2024
1 parent baee5ac commit 834b148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
cache: npm
cache-dependency-path: package-lock.json
- name: Install build dependencies
run: npm ci --no-audit --no-progress --prefix build
- name: Install dependencies
run: npm ci --no-audit --no-progress
- name: Build
Expand Down

0 comments on commit 834b148

Please sign in to comment.