manifesto
manifesto copied to clipboard
Automated deployment of coqdoc HTML documentation for each new release
Looks like the instructions in the wiki can be used in conjunction with Github Actions to do this, provided the build system has the coqdoc goal.
@anton-trunov indeed the goal is to fully automate this, but it's a bit more intricate than simply following those instructions, see the discussion at https://github.com/coq/bot/issues/85.
@palmskog Thanks for the pointer!