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", "name": "Setup Common Lisp Environment",
"uses": "40ants/setup-lisp@v1", "uses": "40ants/setup-lisp@v2",
"with": { "with": {
"asdf-system": "project-docs", "asdf-system": "project-docs"
"asdf-version": "3.3.5.1"
} }
}, },
{ {

View file

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