diff --git a/.github/workflows/build_web.yml b/.github/workflows/build_web.yml index 46d389b4c..dbe4b3032 100644 --- a/.github/workflows/build_web.yml +++ b/.github/workflows/build_web.yml @@ -51,7 +51,6 @@ jobs: - name: ⬆️ Upload artifacts uses: actions/upload-pages-artifact@v3 with: - name: github_pages path: out/ - name: 🔨 Copy necessary files @@ -93,4 +92,4 @@ jobs: - name: 🗑️ Delete artifact uses: geekyeggo/delete-artifact@v5 with: - name: github_pages \ No newline at end of file + name: github-pages \ No newline at end of file