We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82744d0 commit 14f5df6Copy full SHA for 14f5df6
1 file changed
.github/workflows/publish_mkdocs.yml
@@ -1,15 +1,18 @@
1
name: Publish GitHub Pages
2
+
3
on:
4
workflow_run:
- workflows: ["Lint - Spelling & Encoding"]
5
- types:
+ workflows: ["Lint - Spelling & Encoding"]
6
+ types:
7
+ - completed
8
+ branches: [user/chgray/auto_publish_main_mkdocs]
9
10
11
- - completed
12
jobs:
13
build_mkdocs:
14
runs-on: ubuntu-latest
- # needs: run-markdownlint
15
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
16
17
steps:
18
- name: Checkout code
0 commit comments