From 5c4daf2b1affb8733f5734b53042960d01ab1b19 Mon Sep 17 00:00:00 2001 From: jiaziling Date: Sat, 14 Sep 2024 18:03:34 +0800 Subject: [PATCH] chore: setting git pages deploy --- .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 2850db2..e845de1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: github-pages - path: ./docs-dist + path: docs-dist - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4