From 93a89a42bbd4466eb72bd9124781042d29a85960 Mon Sep 17 00:00:00 2001 From: Austin Dase <59173272+adase11@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:57:12 -0400 Subject: [PATCH] explicit name --- .github/workflows/github-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 3946fad7b..591f3a467 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -59,8 +59,9 @@ jobs: uses: actions/upload-pages-artifact@v3 with: path: "out" + name: github-pages - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 with: - artifact_name: ${{ steps.upload.outputs.artifact_id }} + artifact_name: github-pages