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 7416087 commit 95a18db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ jobs:

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

- name: Check Korean translation
working-directory: ./docs
run: mdbook build --lang=ko

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GH_TOKEN }}
publish_dir: docs/book
publish_dir: docs/book
7 changes: 0 additions & 7 deletions docs/src/SUMMARY.md

This file was deleted.

0 comments on commit 95a18db

Please # to comment.