Trying to not install docs during the setup common lisp env step.

This commit is contained in:
Alexander Artemenko 2021-04-22 22:12:36 +03:00
parent b7fa0274d2
commit aa5db40ad0

View file

@ -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 @@
]
}
}
}
}