Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Commit cc3f80c

Browse files
committed
Merge branch 'prod'
2 parents ba9a817 + e2ce508 commit cc3f80c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs-deploy-gh-pages.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: docs-deploy-gh-pages
22

33
on:
44
release:
5-
push:
6-
types: [created]
5+
types: [ created ]
6+
branches: [ master ]
77

88
jobs:
99
build:
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
1515
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
16-
ref: docs
16+
ref: master
1717
- uses: actions/setup-node@v1
1818
with:
1919
node-version: 12
@@ -35,4 +35,4 @@ jobs:
3535
uses: ad-m/github-push-action@master
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
38-
branch: docs
38+
branch: master

0 commit comments

Comments
 (0)