Merge pull request 'Revert 4dbe428e8d212aaeef8adf181d7e5d1efe483519' (#4) from gitea-workflow into main
Reviewed-on: jjnwxs/jingji_TSreference_vue#4
This commit is contained in:
commit
66c6a4738c
@ -17,17 +17,23 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
name: 🔧Install pnpm
|
||||
with:
|
||||
version: 9
|
||||
run_install: false
|
||||
|
||||
- name: 🔧Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: 'npm'
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: 🔧Install dependencies
|
||||
run: npm install
|
||||
run: pnpm install
|
||||
|
||||
- name: 🔴Build doc
|
||||
run: npm run docs:build
|
||||
run: pnpm run docs:build
|
||||
|
||||
- name: 🚀 Deploy to Cloudflare Pages
|
||||
uses: cloudflare/wrangler-action@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user