From 3b5568aa0745bf9924ace341cb1c9dbaa98b50db Mon Sep 17 00:00:00 2001 From: Alex Chan Date: Thu, 26 Dec 2024 23:13:38 +0000 Subject: [PATCH] Force GitHub to regenerate all the cards --- .github/workflows/build_site.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_site.yml b/.github/workflows/build_site.yml index 0bb878c65..82a34ccda 100644 --- a/.github/workflows/build_site.yml +++ b/.github/workflows/build_site.yml @@ -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 @@ -138,7 +140,7 @@ jobs: --exclude="" --include="" --filter="" \ "_site/" \ "alexwlchan@alexwlchan.net:repos/alexwlchan.net/_site/" - + # Clean up the SSH key rm id_rsa