Skip to content

Commit fc66e68

Browse files
committed
Updated docs
1 parent 2da5a87 commit fc66e68

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/documentation.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Documentation
22

33
on:
4-
push:
5-
tags:
6-
- "*"
7-
branches: [ main, master ]
4+
release:
5+
types: [created]
86

97
jobs:
108
deploy:

mkdocs.yml

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ theme:
2727
plugins:
2828
- search
2929
- mkdocstrings
30-
- git-revision-date
3130

3231
markdown_extensions:
3332
- pymdownx.highlight

0 commit comments

Comments
 (0)