Skip to content

Commit

Permalink
Merge pull request #17 from CodeChenL/main
Browse files Browse the repository at this point in the history
fix: ci: move the Chinese html page to right path
  • Loading branch information
RadxaYuntian authored May 17, 2024
2 parents 88a6f6c + be6f3b2 commit 97dfbd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
MDBOOK_BOOK__LANGUAGE=$po_lang \
MDBOOK_OUTPUT__HTML__SITE_URL=/rsdk/$po_lang/ \
MDBOOK_OUTPUT__HTML__REDIRECT='{}' \
mdbook build -d book/html/$po_lang
mdbook build -d book/$po_lang
mv book/$po_lang/html book/html/$po_lang
echo "::endgroup::"
done
- name: Setup Pages
Expand Down

0 comments on commit 97dfbd3

Please sign in to comment.