We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5372f18 commit 03e1dc4Copy full SHA for 03e1dc4
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
cache: yarn
21
- name: Install dependencies
22
working-directory: ./website
23
- run: yarn install --frozen-lockfile
+ run: yarn install
24
- name: Test build website
25
26
run: yarn build
@@ -45,5 +45,5 @@ jobs:
45
run: |
46
git config --global user.email "personiumio@gmail.com"
47
git config --global user.name "personiumio"
48
- yarn install --frozen-lockfile
+ yarn install
49
yarn run publish-gh-pages
0 commit comments