diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 67e3fb283..fd1544051 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -76,11 +76,8 @@ jobs: needs: deploy # can't send post with permalink until site is deployed runs-on: ubuntu-latest steps: - - name: Download build - uses: actions/download-artifact@v4 - with: - name: ${{ env.BUILD_ARTIFACT }} - path: ${{ env.BUILD_FOLDER }} + - name: Checkout code + uses: actions/checkout@v3 - name: Setup Deno uses: denoland/setup-deno@v1