Skip to content

Commit 8e02914

Browse files
committed
Update mkdocs output path
1 parent f0b0992 commit 8e02914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Upload GitHub Pages artifact
1818
uses: actions/upload-pages-artifact@v1.0.8
1919
with:
20-
path: docs/site
20+
path: docs
2121

2222
deploy:
2323
needs: build

0 commit comments

Comments
 (0)