Skip to content

Simplify CI

Francis Potter (GitLab) requested to merge simplify-ci into main

Just because I tinker with Pelican a little, this simplifies things a bit. Examples:

  • Remove the need for make within GitLab CI/CD by calling pelican directly
  • Remove the need for svn because ... do I have to say?
  • Suggest a simple way to include themes from the library using Git
  • Use the fancy new publish: label in CI to use the default Pelican output directory for Pages
  • A few more comments in the conf files to help with understanding
  • Updated README

Merge request reports