Added a workflow to automatically build and deploy documentation pages (docs_ci.yml). It is invoked upon push to main or dev. If a development version is detected, the documentation pages are deployed under /docs-dev, otherwise they will be deployed under /docs.
In addition, modified the pre-merge-ci.yml workflow to run on push to all branches, but dev, main and gh_pages. This workflow only runs simple tests, leaving out tutorial testing and testing of the qsprpred.extra package. The full dev_ci.yml workflow is triggered only when a merge request or push is made to either dev or main.
Finally, the CI workflow was also refactored moving some portions of the workflow to scripts.
Added a workflow to automatically build and deploy documentation pages (
docs_ci.yml
). It is invoked upon push tomain
ordev
. If a development version is detected, the documentation pages are deployed under/docs-dev
, otherwise they will be deployed under/docs
.In addition, modified the
pre-merge-ci.yml
workflow to run on push to all branches, butdev
,main
andgh_pages
. This workflow only runs simple tests, leaving out tutorial testing and testing of theqsprpred.extra
package. The fulldev_ci.yml
workflow is triggered only when a merge request or push is made to eitherdev
ormain
.Finally, the CI workflow was also refactored moving some portions of the workflow to scripts.