Skip to content

Commit c31ed65

Browse files
authored
Merge pull request #195 from solrudev/develop
Fix docs CI
2 parents e96d8fa + c7fa209 commit c31ed65

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: publish-docs
22

33
on:
4-
pull_request:
5-
types:
6-
- closed
4+
push:
75
branches:
86
- master
97

@@ -14,7 +12,7 @@ jobs:
1412
build-docs:
1513
name: Build documentation
1614
runs-on: ubuntu-latest
17-
if: github.repository == 'solrudev/Ackpine' && github.event.pull_request.merged == true
15+
if: github.repository == 'solrudev/Ackpine'
1816

1917
steps:
2018
- name: Checkout
@@ -45,6 +43,7 @@ jobs:
4543
- name: Upload docs artifact
4644
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
4745
with:
46+
name: github-pages
4847
path: site
4948

5049
deploy-docs:

0 commit comments

Comments
 (0)