mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-01 12:15:05 +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
|
||||
run: |
|
||||
cd docs-site~
|
||||
yarn install --immutable
|
||||
YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
|
||||
|
||||
- name: Deploy to Cloudflare Pages
|
||||
uses: cloudflare/wrangler-action@v3
|
||||
|
Loading…
Reference in New Issue
Block a user