Skip to content

Commit 14f5df6

Browse files
committed
lint
1 parent 82744d0 commit 14f5df6

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/publish_mkdocs.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
name: Publish GitHub Pages
2+
23
on:
34
workflow_run:
4-
workflows: ["Lint - Spelling & Encoding"]
5-
types:
5+
workflows: ["Lint - Spelling & Encoding"]
6+
types:
7+
- completed
8+
branches: [user/chgray/auto_publish_main_mkdocs]
9+
10+
611

7-
- completed
812
jobs:
913
build_mkdocs:
1014
runs-on: ubuntu-latest
11-
# needs: run-markdownlint
12-
workflows: ["Lint - Spelling & Encoding"]
15+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1316

1417
steps:
1518
- name: Checkout code

0 commit comments

Comments
 (0)