Skip to content

Commit

Permalink
Check that index.html was actually written
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMoll committed Mar 18, 2024
1 parent af5cca7 commit f73f2a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/webcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
# Hopefully displays a nicely formatted error
run: echo "::error title=cURL::${{ steps.curl.outputs.OUTPUT }}. This might mean that Runciman is offline"

- name: Check index.html was written correctly
run: stat index.html > /dev/null

- uses: actions/checkout@v4
with:
# Only need the latest commit
Expand Down

0 comments on commit f73f2a8

Please sign in to comment.