Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9843c4a

Browse files
authored
Merge 192b4cb into 4a00826
2 parents 4a00826 + 192b4cb commit 9843c4a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy-gh-page.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: deploy-gh-page
22

33
on:
4-
push:
5-
branches:
6-
- "3.12"
4+
pull_request:
75

86
jobs:
97
cd:
@@ -18,7 +16,7 @@ jobs:
1816
run: make all
1917

2018
- name: Deploy to gh page
21-
uses: JamesIves/github-pages-deploy-action@3.7.1
19+
uses: JamesIves/github-pages-deploy-action@v4.6.3
2220
with:
2321
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2422
BRANCH: gh-pages

0 commit comments

Comments
 (0)