Skip to content

Commit 03e1dc4

Browse files
authored
Update deploy.yml
1 parent 5372f18 commit 03e1dc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: yarn
2121
- name: Install dependencies
2222
working-directory: ./website
23-
run: yarn install --frozen-lockfile
23+
run: yarn install
2424
- name: Test build website
2525
working-directory: ./website
2626
run: yarn build
@@ -45,5 +45,5 @@ jobs:
4545
run: |
4646
git config --global user.email "personiumio@gmail.com"
4747
git config --global user.name "personiumio"
48-
yarn install --frozen-lockfile
48+
yarn install
4949
yarn run publish-gh-pages

0 commit comments

Comments
 (0)