Skip to content

Commit

Permalink
Add yarn --frozen-lockfile command to build step in static.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonwhilden committed Mar 13, 2024
1 parent 8a36a9d commit 94ffa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
node-version: 20
- name: Build static site
run: yarn build
run: yarn --frozen-lockfile && yarn build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 94ffa66

Please sign in to comment.