Automatic page publication from Pelican to GitHub Pages
Posté le Sun 21 February 2021 dans pelican • Taggé avec pelican, gh-pages, gh-actions
I want to automatically generate and publish the website when I push a modification to the master branch of the GitHub repository.
The tasks.py
script already includes a task to help publishing to gh-pages.
To use it, we need to install invoke
. The gp-pages
task also need the
ghp-import …
Continuer à lire