mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-21 14:00:08 +08:00
chore(docs): disable yarn --immutable
yarn --immutable seems to be unreliable due to https://github.com/yarnpkg/berry/issues/5795
This commit is contained in:
parent
85cd118622
commit
7430996adc
2
.github/workflows/deploy-pages.yml
vendored
2
.github/workflows/deploy-pages.yml
vendored
@ -112,7 +112,7 @@ jobs:
|
|||||||
- name: Build CF site
|
- name: Build CF site
|
||||||
run: |
|
run: |
|
||||||
cd docs-site~
|
cd docs-site~
|
||||||
yarn install --immutable
|
YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
|
||||||
|
|
||||||
- name: Deploy to Cloudflare Pages
|
- name: Deploy to Cloudflare Pages
|
||||||
uses: cloudflare/wrangler-action@v3
|
uses: cloudflare/wrangler-action@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user