Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobaccan committed Jul 3, 2024
1 parent 68c5acf commit 7cf4abf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/generatepdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
File renamed without changes.

0 comments on commit 7cf4abf

Please sign in to comment.