mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 07:03:00 +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
|
||||
|
||||
on:
|
||||
@ -15,10 +14,10 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Node.js 18.x
|
||||
- name: Install Node.js 20.x
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.x
|
||||
node-version: 20.x
|
||||
|
||||
- uses: pnpm/action-setup@v2
|
||||
name: Install pnpm
|
||||
|
Loading…
x
Reference in New Issue
Block a user