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