From c330483cca1e26e431cd07e723b6c7d594169ee5 Mon Sep 17 00:00:00 2001 From: Weizheng Lu Date: Thu, 9 May 2024 23:30:58 +0800 Subject: [PATCH] build docs (#9) * actions --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 98796fa..59f6a19 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,8 +2,8 @@ name: Deploy Docs on: push: - tags: - - '*' + tags: + - '*' jobs: build: @@ -36,7 +36,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: - path: "_build/html" + path: "docs/_build/html" # Deploy the book's HTML to GitHub Pages - name: Deploy to GitHub Pages