Add readme generation <noupdate>

This commit is contained in:
2024-04-19 21:02:30 +02:00
parent 2ffce7d894
commit 19c6975497
10 changed files with 168 additions and 1 deletions

View File

@ -33,13 +33,17 @@ jobs:
- name: Prepare output directory
run: |
mkdir .compiled
cp README.md .compiled
cp LICENSE .compiled
- name: Compile
run: |
bash ./compile.sh .compiled .currpdfs
- name: Generate README
run: |
cp README.md .compiled/README.md
python3 ./utils/update_readme.py --src-path ./src --readme-path .compiled/README.md --gh-link https://github.com/NotXia/unibo-ai-notes/blob/pdfs
- name: Move to pdfs branch
uses: s0/git-publish-subdir-action@develop