mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
chore: 修复workflows/docs.yml的bug
This commit is contained in:
parent
17d95b2f25
commit
5a9d14550d
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: GitHub Actions Build and Deploy Demo
|
||||
name: GitHub Actions Build and Deploy Docs
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@ -9,11 +9,6 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
# 使用 node:10
|
||||
- name: use Node.js 10
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 10
|
||||
- name: Build and Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@master
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user