From 9d6fcd7a5942f6b7e4a88054ae9eff677e53389b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=A1=E6=9C=88=E5=8F=B6?= <150461955+MoonLeeeaf@users.noreply.github.com> Date: Sun, 12 May 2024 00:09:05 +0800 Subject: [PATCH] Rerun --- .github/workflows/push_static_page.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_static_page.yml b/.github/workflows/push_static_page.yml index 1419af0..9206e75 100644 --- a/.github/workflows/push_static_page.yml +++ b/.github/workflows/push_static_page.yml @@ -37,7 +37,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload entire repository - path: 'ling_chair_http' + path: './ling_chair_http' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4