We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1dd954a + d992b13 commit a41da60Copy full SHA for a41da60
2 files changed
.github/workflows/deploy-site.yaml
@@ -1,7 +1,7 @@
1
name: Docs CI
2
3
on:
4
- release:
+ merge:
5
branches:
6
- master
7
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/setup-node@v1
20
with:
21
node-version: ${{ matrix.node-version }}
22
- - name: 2. install dep
+ - name: 2. install dependency
23
run: |
24
cd site
25
rm -rf node_modules
@@ -35,5 +35,5 @@ jobs:
35
PUBLISH_DIR: ./_site
36
CNAME: www.buession.com
37
38
- chmod +x ./scripts/deploy-site.sh
39
- bash ./scripts/deploy-site.sh
+ chmod +x ./site/scripts/deploy-site.sh
+ bash ./site/scripts/deploy-site.sh
scripts/deploy-site.sh site/scripts/deploy-site.shscripts/deploy-site.sh renamed to site/scripts/deploy-site.sh
0 commit comments