From cb7cbc811ad6c687730f4922869d890dcb27a7bc Mon Sep 17 00:00:00 2001 From: Maarten Kollenstart Date: Wed, 1 Nov 2023 23:43:33 +0100 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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