We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34faea4 commit 575dd16Copy full SHA for 575dd16
.github/workflows/update_docs.yml
@@ -69,7 +69,6 @@ jobs:
69
70
# Copy built documentation
71
cp -r ../_build/* .
72
- cp -r ../_build/html docs
73
74
# Configure git
75
git config user.name "${GIT_USER_NAME}"
build_html.sh
@@ -9,3 +9,4 @@ d2lbook build html
9
cp -r static/image _build/html/_static
10
cp -r static/* _build/html/_static
11
python3 tools/format_tables.py
12
+cp -r html docs
0 commit comments