Skip to content

Commit

Permalink
Reinstate
Browse files Browse the repository at this point in the history
  • Loading branch information
brookback committed Feb 1, 2024
1 parent c355680 commit d3ca7fb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,11 @@ jobs:
name: Post to Mastodon
needs: [deploy, check_latest_note] # can't send post with permalink until site is deployed
runs-on: ubuntu-latest
if: needs.check_latest_note.outputs.do_post == 'true'
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Debug
run: |
echo "$OUTPUT"
exit 1
env:
OUTPUT: ${{ needs.check_latest_note.outputs.do_post }}

- name: Wait for site to deploy
timeout-minutes: 5
run: ./script/wait-for-status.sh "$LATEST_NOTE_PATH"
Expand Down

0 comments on commit d3ca7fb

Please sign in to comment.