Skip to content

Commit 7bdd4fd

Browse files
Merge pull request #66 from textkernel/docs-ci-updates
run this against master
2 parents e4fdd27 + 85b10ed commit 7bdd4fd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/docs-publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: docs-publish
22

33
on:
4-
pull_request:
4+
push:
55
branches:
66
- master
7-
types:
8-
- closed
97
workflow_dispatch: #add this option in case of a failure and we need to re-run
108

119
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
@@ -17,7 +15,6 @@ concurrency:
1715
jobs:
1816
build:
1917
# only run this if we have not generated docfx in last commit
20-
if: github.event.pull_request.merged == true
2118
runs-on: windows-latest
2219
steps:
2320
- uses: actions/checkout@v2
@@ -54,7 +51,6 @@ jobs:
5451
name: github-pages
5552
url: ${{ steps.deployment.outputs.page_url }}
5653
runs-on: ubuntu-latest
57-
if: github.event.pull_request.merged == true
5854
steps:
5955
- name: Deploy to GitHub Pages
6056
id: deployment

0 commit comments

Comments
 (0)