Skip to content

Commit 532880b

Browse files
author
Lorenzo Pisani
committed
mkdocs fixes
1 parent 9ab10be commit 532880b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: "upload-gh-pages"
2828
uses: actions/upload-pages-artifact@v3
2929
with:
30-
path: "dist/site"
30+
path: "site"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
__pycache__/
22
dist/
3+
site/
34
*.pyc
45

56
.vscode/*

0 commit comments

Comments
 (0)