We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e96d8fa + c7fa209 commit c31ed65Copy full SHA for c31ed65
1 file changed
.github/workflows/publish-docs.yml
@@ -1,9 +1,7 @@
1
name: publish-docs
2
3
on:
4
- pull_request:
5
- types:
6
- - closed
+ push:
7
branches:
8
- master
9
@@ -14,7 +12,7 @@ jobs:
14
12
build-docs:
15
13
name: Build documentation
16
runs-on: ubuntu-latest
17
- if: github.repository == 'solrudev/Ackpine' && github.event.pull_request.merged == true
+ if: github.repository == 'solrudev/Ackpine'
18
19
steps:
20
- name: Checkout
@@ -45,6 +43,7 @@ jobs:
45
43
- name: Upload docs artifact
46
44
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
47
with:
+ name: github-pages
48
path: site
49
50
deploy-docs:
0 commit comments