diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 1bcf1b654a..4e5facc8ca 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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