Skip to content

Commit

Permalink
Checkout in mastodon action
Browse files Browse the repository at this point in the history
  • Loading branch information
brookback committed Jan 5, 2024
1 parent 4083731 commit f7a37e0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7a37e0

Please sign in to comment.