Renamed asdf system to project-docs.
This commit is contained in:
parent
8c63d58a97
commit
77765f0875
4 changed files with 10 additions and 11 deletions
.github/workflows
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
@ -29,14 +29,14 @@
|
|||
"name": "Setup Common Lisp Environment",
|
||||
"uses": "40ants/setup-lisp@v1",
|
||||
"with": {
|
||||
"asdf-system": "docs/docs"
|
||||
"asdf-system": "project-docs"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Build Docs",
|
||||
"uses": "40ants/build-docs@v1",
|
||||
"with": {
|
||||
"asdf-system": "docs/docs",
|
||||
"asdf-system": "project-docs",
|
||||
"error-on-warnings": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue