From f15ede8757c42f9116fd0849312bd0266b9698c7 Mon Sep 17 00:00:00 2001 From: LunaStev Date: Sat, 2 Nov 2024 13:35:12 +0900 Subject: [PATCH] gh-pages.yml --- .github/workflows/gh-pages.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 63e0e16..94c5e62 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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 \ No newline at end of file + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: docs/book