Skip to content

Commit 575dd16

Browse files
committed
update: building config
1 parent 34faea4 commit 575dd16

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/update_docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
7070
# Copy built documentation
7171
cp -r ../_build/* .
72-
cp -r ../_build/html docs
7372
7473
# Configure git
7574
git config user.name "${GIT_USER_NAME}"

build_html.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ d2lbook build html
99
cp -r static/image _build/html/_static
1010
cp -r static/* _build/html/_static
1111
python3 tools/format_tables.py
12+
cp -r html docs

0 commit comments

Comments
 (0)