From aa5db40ad00bc5d173e974bb611d77127636abdb Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Thu, 22 Apr 2021 22:12:36 +0300 Subject: [PATCH] Trying to not install docs during the setup common lisp env step. --- .github/workflows/docs.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 +}