mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
change sync.yml
This commit is contained in:
parent
07c00f07ca
commit
e6101b70df
4
.github/workflows/sync.yml
vendored
4
.github/workflows/sync.yml
vendored
@ -12,10 +12,10 @@ jobs:
|
||||
node-version: [8.x, 10.x, 12.x]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
- name: Use Node.js 10
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
node-version: 10
|
||||
- name: npm install, build
|
||||
uses: yanglbme/gitee-pages-action@master
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user