diff --git a/.github/workflows/custom-web-build.yml b/.github/workflows/custom-web-build.yml index 9449c8e0b..9527c29b9 100644 --- a/.github/workflows/custom-web-build.yml +++ b/.github/workflows/custom-web-build.yml @@ -38,8 +38,8 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: - # upload only /web directory - path: './web' + # upload only /web/_site directory. + path: './web/_site' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2