Skip to content

Commit 0b8a878

Browse files
committed
fix build dir
1 parent 2256b92 commit 0b8a878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy_docs_action.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ make html
99
cd ../
1010

1111
mkdir -p out/
12-
mv docs/build/html/* out/
12+
mv docs/_build/html/* out/

0 commit comments

Comments
 (0)