mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
ci: change docs ci
This commit is contained in:
parent
c7d0b84f47
commit
e5de6eb6cd
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…
x
Reference in New Issue
Block a user