Skip to content

Commit

Permalink
fix yarn lock issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Apr 12, 2020
1 parent 7bd4837 commit d7de258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build the website
run: |
npm install -g yarn
yarn
yarn --frozen-lockfile
yarn generate
git checkout master
rm -rf favicon.ico _nuxt robots.txt sw.js index.html credits
Expand Down

0 comments on commit d7de258

Please sign in to comment.