Move docs workflow to setup-lisp@v2.
This commit is contained in:
parent
f2d00697d2
commit
a755b24734
2 changed files with 3 additions and 5 deletions
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
|
@ -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"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
3
ci.lisp
3
ci.lisp
|
@ -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")))
|
|
||||||
|
|
Loading…
Reference in a new issue