We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f52ce commit f6c5b8cCopy full SHA for f6c5b8c
.github/workflows/update-docs.yml
@@ -4,9 +4,6 @@ on:
4
push:
5
branches:
6
- main
7
- paths:
8
- - "**.md"
9
- - "mkdocs.yml"
10
workflow_dispatch:
11
12
jobs:
@@ -37,4 +34,4 @@ jobs:
37
34
- run: pip install --upgrade pip && pip install mkdocs mkdocs-material mkdocs-material-extensions
38
35
- run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
39
36
- name: Re-generate and Publish docs
40
- run: mkdocs gh-deploy
+ run: mkdocs gh-deploy
0 commit comments