From 678398e3399d56615721ceea246475769836035f Mon Sep 17 00:00:00 2001 From: joelnitta Date: Tue, 26 Nov 2024 11:23:36 +0900 Subject: [PATCH] Change _site to docs --- .github/workflows/quarto-book-gh-pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quarto-book-gh-pages.yaml b/.github/workflows/quarto-book-gh-pages.yaml index d186c04..c532f04 100644 --- a/.github/workflows/quarto-book-gh-pages.yaml +++ b/.github/workflows/quarto-book-gh-pages.yaml @@ -47,7 +47,7 @@ jobs: - name: Commit results run: | - cd _site + cd docs git init git add . git commit -m 'update website'