mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
Gitbook
This commit is contained in:
@@ -19,16 +19,14 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: gitbook
|
working-directory: gitbook
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v5
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 24
|
||||||
cache: npm
|
|
||||||
cache-dependency-path: gitbook/package-lock.json
|
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: npm ci || npm install
|
run: npm install --no-audit --no-fund
|
||||||
|
|
||||||
- name: Build static export
|
- name: Build static export
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user