Trying to not install docs during the setup common lisp env step.
This commit is contained in:
parent
b7fa0274d2
commit
aa5db40ad0
1 changed files with 2 additions and 5 deletions
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
|
@ -27,10 +27,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Setup Common Lisp Environment",
|
"name": "Setup Common Lisp Environment",
|
||||||
"uses": "40ants/setup-lisp@v1",
|
"uses": "40ants/setup-lisp@v1"
|
||||||
"with": {
|
|
||||||
"asdf-system": "docs"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Build Docs",
|
"name": "Build Docs",
|
||||||
|
@ -43,4 +40,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue