From b2cf8d5fcfa60a69a387589b18b2e10921dae90b Mon Sep 17 00:00:00 2001 From: Miyo <135030944+yuri-kiss@users.noreply.github.com> Date: Fri, 2 Aug 2024 03:55:16 -0400 Subject: [PATCH] List is supposed to go after Download --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dcca634..ef11c83 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,13 +40,13 @@ jobs: steps: - name: Setup Pages uses: actions/configure-pages@v5 - - name: List Site (deploy) - run: echo Site files && echo | ls ./site - name: Download Artifact uses: actions/download-artifact@v4 with: name: build-output path: ./site + - name: List Site (deploy) + run: echo Site files && echo | ls ./site - name: Upload Artifact uses: actions/upload-pages-artifact@v3.0.1 with: