Skip to content

Commit

Permalink
Make sure the docs/_include folder exists
Browse files Browse the repository at this point in the history
Otherwise you get confusing errors in CI
  • Loading branch information
YaelDillies committed Dec 12, 2023
1 parent 13d24c9 commit 02e6363
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 @@ -37,6 +37,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\/master\/\1)/' > docs/_includes/files_to_upstream.md
rm 1.txt 2.txt
Expand Down

0 comments on commit 02e6363

Please sign in to comment.