diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0da7ec9..37f3328 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: "result/site/*" + path: "result/site" - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 \ No newline at end of file