Now action outputs more debug information when you rerun it with "Enable debug logging" option.
Fixed how does .qlot get updated. Now we are running qlot update --no-deps
.
Don't push docs to the github if last commit is last documentation update (has commit message is "Update docs").
This way you can set up a scheduled execution for the workflow, and it will not fill git repository with endless updates.
Don't upload docs when action is used on pull-request.
Now action will check if log4cl-extras
, docs-builder
or ngrok
are present in qlfile
.
Now builder will be runned in the mode when any warning
is considered as an error. To prevent this behaviour,
pass error-on-warnings: false
argument.
Install log4cl-extras
because docs-builder now depends on it
and this project is not in the Quicklisp yet.
Switched to the 40ants-doc
for its own documentation.
Fixed the case when during the docs building
some file in the .github/workflows
has changed.
Fixed update of the qlfile in case there is no new line at the end.
Fixed utilities running when cache is enabled. We need to call them under the qlot.
Yet another fix of pushing changes into the current branch on push event.
Fixed error when we are uploading local changes on "push event".
Initial version.