diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index afa9a3ab..eb9edf84 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -43,7 +43,7 @@ jobs: uses: actions/upload-pages-artifact@v2 with: # Upload results index.html repository - path: './results' + path: '.' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v3