From cfcd5083a8f568989cf3412b977f5b80573d4475 Mon Sep 17 00:00:00 2001 From: Fanwang Meng Date: Mon, 16 Sep 2024 13:03:33 -0400 Subject: [PATCH] Update the html file location (#208) --- .github/workflows/deploy_website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_website.yaml b/.github/workflows/deploy_website.yaml index f7bd4d2..45d50d5 100644 --- a/.github/workflows/deploy_website.yaml +++ b/.github/workflows/deploy_website.yaml @@ -50,7 +50,7 @@ jobs: uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./book/content/_build/html + publish_dir: ./doc/_build/html publish_branch: gh-pages cname: procrustes.qcdevs.org