We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da3846 commit 1e5cac0Copy full SHA for 1e5cac0
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
cache: yarn
22
23
- name: Install dependencies
24
- run: yarn install --frozen-lockfile
+ run: yarn install
25
- name: Build website
26
run: yarn build
27
@@ -40,4 +40,3 @@ jobs:
40
# You can swap them out with your own user credentials.
41
user_name: github-actions[bot]
42
user_email: 41898282+github-actions[bot]@users.noreply.github.com
43
-
.github/workflows/test-deploy.yml
@@ -19,7 +19,6 @@ jobs:
19
20
- name: Test build website
0 commit comments