Skip to content

Commit

Permalink
apply fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Feb 19, 2024
1 parent c6ca641 commit 405d419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci_scripts/update_docs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ popd
# Move rendered Sphinx markdown to Docusaurus
python "$BASE_DIR/.ci_scripts/sphinx_markdown_to_docusaurus.py" "$BASE_DIR/sphinx/src/_build/markdown" docs/
mkdir -p "$BASE_DIR/static-sphinx/_static"
cp -r "$BASE_DIR/sphinx/src/_static/" "$BASE_DIR/static-sphinx/_static"
cp -r "$BASE_DIR/sphinx/src/_static" "$BASE_DIR/static-sphinx/"
# Build docusaurus site
npm install
npm run build
Expand Down

0 comments on commit 405d419

Please sign in to comment.