We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0efe8f commit 7d8d077Copy full SHA for 7d8d077
.github/workflows/on-release-main.yml
@@ -6,7 +6,6 @@ on:
6
branches: [main]
7
8
jobs:
9
-
10
publish:
11
runs-on: ubuntu-latest
12
steps:
@@ -28,7 +27,7 @@ jobs:
28
27
env:
29
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
30
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
31
+
32
deploy-docs:
33
needs: publish
34
@@ -41,4 +40,3 @@ jobs:
41
40
42
- name: Deploy documentation
43
run: poetry run mkdocs gh-deploy --force
44
README.md
@@ -1 +0,0 @@
1
mkdocs.yml
@@ -15,9 +15,9 @@ plugins:
15
- mkdocstrings:
16
handlers:
17
python:
18
- setup_commands:
19
- - import sys
20
- - sys.path.append('../')
+ setup_commands:
+ - import sys
+ - sys.path.append('../')
21
theme:
22
name: material
23
feature:
0 commit comments