Skip to content

Commit 7d8d077

Browse files
maybe this will work
1 parent d0efe8f commit 7d8d077

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/on-release-main.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
branches: [main]
77

88
jobs:
9-
109
publish:
1110
runs-on: ubuntu-latest
1211
steps:
@@ -28,7 +27,7 @@ jobs:
2827
env:
2928
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
3029
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
31-
30+
3231
deploy-docs:
3332
needs: publish
3433
runs-on: ubuntu-latest
@@ -41,4 +40,3 @@ jobs:
4140

4241
- name: Deploy documentation
4342
run: poetry run mkdocs gh-deploy --force
44-

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

mkdocs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ plugins:
1515
- mkdocstrings:
1616
handlers:
1717
python:
18-
setup_commands:
19-
- import sys
20-
- sys.path.append('../')
18+
setup_commands:
19+
- import sys
20+
- sys.path.append('../')
2121
theme:
2222
name: material
2323
feature:

0 commit comments

Comments
 (0)