Skip to content

Commit 06af862

Browse files
authored
Apply suggestions from code review
No need to change build directory
1 parent 99a011d commit 06af862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
uses: actions/upload-artifact@v3
4343
with:
4444
name: docs
45-
path: docs/_build
45+
path: docs/build

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ deps =
104104
build
105105
.
106106
commands =
107-
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/_build/html
107+
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
108108
python -mbuild -s
109109
twine check --strict dist/*
110110

0 commit comments

Comments
 (0)