fix: uhhh

This commit is contained in:
2025-03-10 22:01:00 +01:00
parent 1f1762ff0c
commit 782ac97028

View File

@@ -38,12 +38,12 @@ jobs:
name: documentation name: documentation
- run: tar -xf documentation.tar ./docs -C ./docs - run: tar -xf documentation.tar ./docs -C ./docs
- run: npm install -g pnpm && pnpm install
- name: Build - name: Build
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 20.x node-version: 20.x
cache: 'npm' cache: 'pnpm'
- run: npm install -g pnpm && pnpm install
- run: pnpm run build # set up 'build' script in your package.json - run: pnpm run build # set up 'build' script in your package.json
- name: Build documents - name: Build documents