Skip to content

Commit

Permalink
If I'm changing the live site tests, I don't need to rebuild the site
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed Jan 11, 2025
1 parent 2d45f8c commit 8e6ae1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'caddy/**'
- 'dns/**'
- 'scripts/**'
- 'tests/**'
- 'Caddyfile'
- '.github/workflows/caddy_fmt.yml'
- '.github/workflows/check_dns.yml'
Expand All @@ -25,6 +26,7 @@ on:
- 'caddy/**'
- 'dns/**'
- 'scripts/**'
- 'tests/**'
- 'Caddyfile'
- '.github/workflows/caddy_fmt.yml'
- '.github/workflows/check_dns.yml'
Expand Down Expand Up @@ -85,7 +87,7 @@ jobs:
else
echo "JEKYLL_ENV=development" >> "$GITHUB_ENV"
fi
- name: "Delete stale cards"
run: find _site/c -name 'dominant-colours*' -delete

Expand Down Expand Up @@ -141,7 +143,7 @@ jobs:
--exclude="" --include="" --filter="" \
"_site/" \
"[email protected]:repos/alexwlchan.net/_site/"
# Clean up the SSH key
rm id_rsa
Expand Down

0 comments on commit 8e6ae1e

Please sign in to comment.