mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@ -9,11 +9,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
# 使用 node:10
|
|
||||||
- name: use Node.js 10
|
|
||||||
uses: actions/setup-node@v1
|
|
||||||
with:
|
|
||||||
node-version: 10
|
|
||||||
- name: Build and Deploy
|
- name: Build and Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@master
|
uses: JamesIves/github-pages-deploy-action@master
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user