fix: uhhh
This commit is contained in:
4
.github/workflows/docs.yaml
vendored
4
.github/workflows/docs.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user