From 9ef83db83ab4a50fc2cd9ac3782c7ec96836b134 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:08:10 +0800 Subject: [PATCH] chore: ... --- .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 9206e75..1419af0 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