Skip to content

Commit

Permalink
Force GitHub to regenerate all the cards
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed Dec 26, 2024
1 parent 5f4e012 commit 3b5568a
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 @@ -87,7 +87,9 @@ jobs:
fi
- name: "Build the site"
run: bundle exec jekyll build --drafts
run: |
rm -rf _site/c
bundle exec jekyll build --drafts
- name: "Run linting"
run: bundle exec ruby scripts/linter.rb
Expand Down Expand Up @@ -138,7 +140,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 3b5568a

Please sign in to comment.