Use asdf system in setup step again.
This commit is contained in:
parent
aa5db40ad0
commit
c8968f9aea
1 changed files with 5 additions and 2 deletions
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
|
@ -27,7 +27,10 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Setup Common Lisp Environment",
|
"name": "Setup Common Lisp Environment",
|
||||||
"uses": "40ants/setup-lisp@v1"
|
"uses": "40ants/setup-lisp@v1",
|
||||||
|
"with": {
|
||||||
|
"asdf-system": "docs"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Build Docs",
|
"name": "Build Docs",
|
||||||
|
@ -40,4 +43,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue