Skip to content

Commit a41da60

Browse files
authored
Merge pull request #31 from buession/development
调试官网发布
2 parents 1dd954a + d992b13 commit a41da60

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-site.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Docs CI
22

33
on:
4-
release:
4+
merge:
55
branches:
66
- master
77

@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-node@v1
2020
with:
2121
node-version: ${{ matrix.node-version }}
22-
- name: 2. install dep
22+
- name: 2. install dependency
2323
run: |
2424
cd site
2525
rm -rf node_modules
@@ -35,5 +35,5 @@ jobs:
3535
PUBLISH_DIR: ./_site
3636
CNAME: www.buession.com
3737
run: |
38-
chmod +x ./scripts/deploy-site.sh
39-
bash ./scripts/deploy-site.sh
38+
chmod +x ./site/scripts/deploy-site.sh
39+
bash ./site/scripts/deploy-site.sh

0 commit comments

Comments
 (0)