Gitbook
This commit is contained in:
parent
fd92af77a0
commit
cd483d9f65
1 changed files with 4 additions and 6 deletions
10
.github/workflows/gitbook-pages.yml
vendored
10
.github/workflows/gitbook-pages.yml
vendored
|
|
@ -19,16 +19,14 @@ jobs:
|
|||
run:
|
||||
working-directory: gitbook
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
- uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: 20
|
||||
cache: npm
|
||||
cache-dependency-path: gitbook/package-lock.json
|
||||
node-version: 24
|
||||
|
||||
- name: Install deps
|
||||
run: npm ci || npm install
|
||||
run: npm install --no-audit --no-fund
|
||||
|
||||
- name: Build static export
|
||||
run: npm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue