Skip to content

Commit

Permalink
Create _includes folder if it doesn't exist (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeramorphic authored Nov 15, 2023
1 parent c0bb314 commit e822a08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: |
grep -r --files-without-match 'import LeanAPAP' LeanAPAP | sort > 1.txt
grep -r --files-with-match 'sorry' LeanAPAP | sort > 2.txt
mkdir -p docs/_includes
comm -23 1.txt 2.txt | sed -e 's/^\(.*\)$/- [`\1`](https:\/\/github.com\/YaelDillies\/LeanAPAP\/blob\/main\/\1)/' > docs/_includes/files_to_upstream.md
rm 1.txt 2.txt
Expand Down

0 comments on commit e822a08

Please sign in to comment.