diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a922c4d..5272f30 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,7 +27,10 @@ }, { "name": "Setup Common Lisp Environment", - "uses": "40ants/setup-lisp@v1" + "uses": "40ants/setup-lisp@v1", + "with": { + "asdf-system": "docs" + } }, { "name": "Build Docs", @@ -40,4 +43,4 @@ ] } } -} +} \ No newline at end of file