diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 7a232f39..afe263ec 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -40,7 +40,7 @@ jobs: uses: actions/upload-pages-artifact@v2 with: # Upload entire repository - path: ${{ github.ref.name }} + path: ${{ github.ref_name }} - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2