Switch from npm to yarn and enable experimental Docusaurus optimizations

This commit is contained in:
Lyssa
2026-01-09 16:29:43 +04:00
parent 82ff792c94
commit fd538b739e
6 changed files with 9762 additions and 18698 deletions

View File

@@ -16,12 +16,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
cache: yarn
- name: Install dependencies
run: npm ci
run: yarn install --frozen-lockfile
- name: Build website
run: npm run build
run: yarn build
- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3