Skip to content

Commit

Permalink
gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaStev committed Nov 2, 2024
1 parent 3a2f25a commit f15ede8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
run: cargo install mdbook

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

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GH_TOKEN }}
publish_dir: docs/book
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/book

0 comments on commit f15ede8

Please # to comment.