mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 19:42:07 +08:00
fix: 修复docs-deploy.yaml文件中的错误
This commit is contained in:
parent
d9ea6cbdf5
commit
472518af99
5
.github/workflows/docs-deploy.yaml
vendored
5
.github/workflows/docs-deploy.yaml
vendored
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
name: ray-template documents deploy
|
name: ray-template documents deploy
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@ -15,10 +14,10 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Node.js 18.x
|
- name: Install Node.js 20.x
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 20.x
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2
|
- uses: pnpm/action-setup@v2
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user