Skip to content

Commit f6c5b8c

Browse files
committed
Update update-docs.yml
Since we generate MD files, we need to run docs deploy always.
1 parent f1f52ce commit f6c5b8c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/update-docs.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
paths:
8-
- "**.md"
9-
- "mkdocs.yml"
107
workflow_dispatch:
118

129
jobs:
@@ -37,4 +34,4 @@ jobs:
3734
- run: pip install --upgrade pip && pip install mkdocs mkdocs-material mkdocs-material-extensions
3835
- run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
3936
- name: Re-generate and Publish docs
40-
run: mkdocs gh-deploy
37+
run: mkdocs gh-deploy

0 commit comments

Comments
 (0)