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