Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaStev committed Nov 2, 2024
1 parent 0433cfd commit 6fffffe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
- name: Install mdBook
run: cargo install mdbook

- name: Build English version
- name: Build book
working-directory: ./docs
run: mdbook build --lang=en

- name: Build Korean version
working-directory: ./docs
run: mdbook build --lang=ko
run: |
if [[ "$GITHUB_ENV" =~ LANG ]]; then
echo "LANG=$GITHUB_ENV" >> $GITHUB_ENV
fi
mdbook build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 6fffffe

Please # to comment.