We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7902236 commit 145e4f2Copy full SHA for 145e4f2
.github/workflows/deploy.yml
@@ -34,11 +34,11 @@ jobs:
34
python -m pip install --upgrade pip
35
pip install -e .[docs]
36
- name: Build MkDocs documentation
37
- run: mkdocs build --strict --site-dir ./docs/build/html
+ run: mkdocs build --strict --site-dir ./build
38
- name: Upload artifact
39
uses: actions/upload-pages-artifact@v3
40
with:
41
- path: './docs/build/html'
+ path: './build'
42
43
deploy:
44
environment:
0 commit comments