Move docs workflow to setup-lisp@v2.

This commit is contained in:
Alexander Artemenko 2021-10-28 17:22:24 +03:00
parent f2d00697d2
commit a755b24734
2 changed files with 3 additions and 5 deletions

View file

@ -27,10 +27,9 @@
},
{
"name": "Setup Common Lisp Environment",
"uses": "40ants/setup-lisp@v1",
"uses": "40ants/setup-lisp@v2",
"with": {
"asdf-system": "project-docs",
"asdf-version": "3.3.5.1"
"asdf-system": "project-docs"
}
},
{

View file

@ -9,5 +9,4 @@
(defworkflow docs
:on-push-to "master"
:by-cron "0 10 * * 1"
:jobs ((40ants-ci/jobs/docs:build-docs
:asdf-version "3.3.5.1")))
:jobs ((40ants-ci/jobs/docs:build-docs)))