Removed --frozen-lockfile from yarn command on the docs building workflow.

This commit is contained in:
ZeroCool940711 2022-11-09 15:04:48 -08:00
parent 88d3c77359
commit 52fb5bba4f
No known key found for this signature in database
GPG Key ID: 4E4072992B5BC640
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install
- name: Build website
run: yarn build

View File

@ -19,6 +19,6 @@ jobs:
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install
- name: Test build website
run: yarn build