From e02837e467222ebf2877dbc896c376c4fa6ddea7 Mon Sep 17 00:00:00 2001 From: Yichen Guo Date: Fri, 6 Dec 2024 15:09:43 -0500 Subject: [PATCH] fix style #push --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d60d39a..25a566a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -60,7 +60,7 @@ jobs: conda init bash conda activate book rm -rf ./book/_build - jupyter-book build ./book + jupyter-book build ./book --config baseurl="${{ github.event.repository.name }}" - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3