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:
bd_ 2024-01-07 14:30:32 +09:00
parent 85cd118622
commit 7430996adc

View File

@ -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