mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-15 02:52:22 +01:00
Add readme generation <noupdate>
This commit is contained in:
6
.github/workflows/compile.yml
vendored
6
.github/workflows/compile.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user