maxpowis / cv

My latex 🧔‍♂️ CV built, thumbnailed, released and published to my GitHub Pages personal website through GitHub actions 🤘
https://max.pow.is/cv
Other
4 stars 3 forks source link

Schedule automated monthly build/deploy #22

Open maxpowis opened 1 year ago

maxpowis commented 1 year ago

For now, the cv monthly build is not correctly implemented as it is only set up as a cron on the https://github.com/maxpowis/cv/blob/master/.github/workflows/deploy.yml action which is not rebuilding the pdf.

The cron needs to be put on the https://github.com/maxpowis/cv/blob/master/.github/workflows/release.yml github-action for the deploy to work.

Dependencies:

maxpowis commented 1 year ago

depends on: https://github.com/maxpowis/cv/issues/23