Added docs on asdf-version.
This commit is contained in:
parent
1e761224aa
commit
9cf39a170d
1 changed files with 14 additions and 0 deletions
14
docs.lisp
14
docs.lisp
|
@ -19,6 +19,7 @@ and [Qlot](https://github.com/fukamachi/qlot) inside the Github CI.
|
||||||
"
|
"
|
||||||
(@features section)
|
(@features section)
|
||||||
(@typical-usage section)
|
(@typical-usage section)
|
||||||
|
(@asdf-version section)
|
||||||
(@ql-file section)
|
(@ql-file section)
|
||||||
(@caching section)
|
(@caching section)
|
||||||
(@roadmap section)
|
(@roadmap section)
|
||||||
|
@ -101,6 +102,19 @@ system. It is documented [here](https://40ants.com/run-tests).
|
||||||
")
|
")
|
||||||
|
|
||||||
|
|
||||||
|
(defsection @asdf-version (:title "Overriding qlfile")
|
||||||
|
"
|
||||||
|
By default, action will install the latest ASDF version. But sometimes you might
|
||||||
|
want to fix an ASDF version. In such case, use `asdf-version` argument:
|
||||||
|
|
||||||
|
```
|
||||||
|
- uses: 40ants/setup-lisp@v1
|
||||||
|
with:
|
||||||
|
asdf-version: 3.3.4.18
|
||||||
|
```
|
||||||
|
")
|
||||||
|
|
||||||
|
|
||||||
(defsection @ql-file (:title "Overriding qlfile")
|
(defsection @ql-file (:title "Overriding qlfile")
|
||||||
"
|
"
|
||||||
Sometimes you might want to generate content of qlfile
|
Sometimes you might want to generate content of qlfile
|
||||||
|
|
Loading…
Reference in a new issue