mcanouil / quarto-invoice

Quarto Typst template extension to make invoices
https://m.canouil.dev/quarto-invoice/index.pdf
MIT License
31 stars 3 forks source link

fix: Switch to deploy from GitHub Actions #7

Closed mcanouil closed 2 months ago

mcanouil commented 2 months ago

This pull request switches the deployment process to use GitHub Actions. The previous method was not efficient and caused issues. The new deployment process utilizes the deploy.yml workflow file to render the Quarto project and deploy it to GitHub Pages. This ensures a smoother and more reliable deployment process.

Fixes #6