diff --git a/docs.lisp b/docs.lisp index 86fbf49..c8553f6 100644 --- a/docs.lisp +++ b/docs.lisp @@ -19,6 +19,7 @@ and [Qlot](https://github.com/fukamachi/qlot) inside the Github CI. " (@features section) (@typical-usage section) + (@asdf-version section) (@ql-file section) (@caching 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") " Sometimes you might want to generate content of qlfile