Skip to content

Commit 34da926

Browse files
authored
run mkdocs in poetry venv (#34)
1 parent 8d5c382 commit 34da926

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Tag.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,5 @@ jobs:
9696
path: .cache
9797
restore-keys: |
9898
mkdocs-material-
99-
- run: mkdocs gh-deploy --force
99+
- name: Deploy docs
100+
run: poetry run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)