mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-01 19:27:47 +08:00
ci: change docs ci
This commit is contained in:
parent
18bed3368e
commit
902fbc9283
8
.github/workflows/docs.yml
vendored
8
.github/workflows/docs.yml
vendored
@ -13,10 +13,10 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.1
|
||||
|
||||
- name: Setup PNPM
|
||||
uses: pnpm/action-setup@v2.2.1
|
||||
with:
|
||||
version: ^8.0
|
||||
- name: PNPM
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8.1.0
|
||||
|
||||
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
|
||||
run: pnpm i && pnpm docs:build
|
||||
|
Loading…
Reference in New Issue
Block a user