Skip to content

Commit

Permalink
Aggiornamento riferimenti
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobaccan committed Oct 30, 2023
1 parent ade5069 commit 7485574
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/generatepdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,9 @@ jobs:
cp Corso_AI.md Corso_AI-backup.md
sed -i "s/%date%/$(date +'%Y-%m-%d')/g" Corso_AI.md
sed -i "s/%time%/$(date +'%H:%M')/g" Corso_AI.md
sed -i "s/%version%/$(git rev-parse --short HEAD)/g" Corso_AI.md
npx @marp-team/marp-cli@latest Corso_AI.md --pdf --allow-local-files
rm Corso_AI.md
mv Corso_AI-backup.md Corso_AI.md
# docker run --rm --init -v $PWD:/home/marp/app/ -e LANG="it_IT.UTF-8" -e MARP_USER="$(id -u):$(id -g)" marpteam/marp-cli Corso_AI.md --pdf --allow-local-files --html
- name: commit & push
run: |
Expand Down
2 changes: 1 addition & 1 deletion slide/Corso_AI.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ paginate: true
backgroundColor: #fff
backgroundImage: url('https://marp.app/assets/hero-background.svg')
marp: true
footer: https://github.com/matteobaccan/CorsoAI versione del %DATE% %TIME% - revisione %version%
footer: https://github.com/matteobaccan/CorsoAI versione del %date% %time%
---

# Corso AI
Expand Down

0 comments on commit 7485574

Please sign in to comment.