From f7a37e05e712492c13dc3d7694a26433fe068f33 Mon Sep 17 00:00:00 2001 From: Johan Brook Date: Fri, 5 Jan 2024 22:42:52 +0100 Subject: [PATCH] Checkout in mastodon action --- .github/workflows/deploy.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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