diff --git a/.github/workflows/generatepdf.yml b/.github/workflows/generatepdf.yml index 48592be..c9765f1 100644 --- a/.github/workflows/generatepdf.yml +++ b/.github/workflows/generatepdf.yml @@ -32,12 +32,12 @@ jobs: rm Corso_AI_Coder.md mv Corso_AI_Coder-backup.md Corso_AI_Coder.md - cp AI_superpotere.md AI_superpotere-backup.md - sed -i "s/%date%/$(date +'%Y-%m-%d')/g" AI_superpotere.md - sed -i "s/%time%/$(date +'%H:%M')/g" AI_superpotere.md - npx @marp-team/marp-cli@latest AI_superpotere.md --pdf --allow-local-files - rm AI_superpotere.md - mv AI_superpotere-backup.md AI_superpotere.md + cp AI_nuovo_superpotere.md AI_nuovo_superpotere-backup.md + sed -i "s/%date%/$(date +'%Y-%m-%d')/g" AI_nuovo_superpotere.md + sed -i "s/%time%/$(date +'%H:%M')/g" AI_nuovo_superpotere.md + npx @marp-team/marp-cli@latest AI_nuovo_superpotere.md --pdf --allow-local-files + rm AI_nuovo_superpotere.md + mv AI_nuovo_superpotere-backup.md AI_nuovo_superpotere.md - name: commit & push run: | diff --git a/slide/Ai_superpotere.md b/slide/AI_nuovo_superpotere.md similarity index 100% rename from slide/Ai_superpotere.md rename to slide/AI_nuovo_superpotere.md