-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force GitHub to regenerate all the cards
- Loading branch information
1 parent
5f4e012
commit 3b5568a
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/" \ | ||
"[email protected]:repos/alexwlchan.net/_site/" | ||
# Clean up the SSH key | ||
rm id_rsa | ||
|