Skip to content

Commit 145e4f2

Browse files
committed
new path for build
1 parent 7902236 commit 145e4f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
python -m pip install --upgrade pip
3535
pip install -e .[docs]
3636
- name: Build MkDocs documentation
37-
run: mkdocs build --strict --site-dir ./docs/build/html
37+
run: mkdocs build --strict --site-dir ./build
3838
- name: Upload artifact
3939
uses: actions/upload-pages-artifact@v3
4040
with:
41-
path: './docs/build/html'
41+
path: './build'
4242

4343
deploy:
4444
environment:

0 commit comments

Comments
 (0)