* prevent warning on user guide creation: current user from gh actions vs. owner: detected dubious ownership in repository at '/__w/moderncv/moderncv'
* manipulate conditions for tests besides the master branch!
* add debug output lines
* <automated> build of user guide
* revert debug outputs and manipulation of branches for tests
* Revert "<automated> build of user guide"
This reverts commit 0da41eb48a.
* build all moderncv styles in github actions
* do correct escaping for sed
* prevent .log files from deletion, needed for artifact upload
* fix style iteration logic when replacing styles, colorize echo for better visibility
* fix colors
* preparations for v2.5.1: set correct copyright date, fix missing comments on userguide.tex
* sets the version for CHANGELOG
* comment in order to check the comments/headers beforehand
* omits .codespellrc in final release tarball
* fixes wrong paths for upload, investigation of failed push
Update actions/checkout and actions/upload-artifact from v2 to v3
The v2 versions were Node.js 12 actions, which have been depreciated in favor of Node.js 16 actions