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: