Skip to content

Commit

Permalink
Do a test ping from GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed Oct 30, 2024
1 parent 3a90986 commit d572191
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ jobs:
echo "There is no _drafts folder, so nothing to publish!"
fi
- name: Test you can see the Linode
run:
ping -c 1 178.79.134.59

- name: Deploy to Linode
uses: burnett01/[email protected]
# if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit d572191

Please sign in to comment.