From c8968f9aeac14ad863ff5d1cfcdcf258ef41061c Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Thu, 22 Apr 2021 22:24:34 +0300 Subject: [PATCH] Use asdf system in setup step again. --- .github/workflows/docs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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