We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da5a87 commit fc66e68Copy full SHA for fc66e68
.github/workflows/documentation.yml
@@ -1,10 +1,8 @@
1
name: Documentation
2
3
on:
4
- push:
5
- tags:
6
- - "*"
7
- branches: [ main, master ]
+ release:
+ types: [created]
8
9
jobs:
10
deploy:
mkdocs.yml
@@ -27,7 +27,6 @@ theme:
27
plugins:
28
- search
29
- mkdocstrings
30
- - git-revision-date
31
32
markdown_extensions:
33
- pymdownx.highlight
0 commit comments