Renamed asdf system to project-docs.

This commit is contained in:
Alexander Artemenko 2021-04-22 22:45:00 +03:00
parent 8c63d58a97
commit 77765f0875
4 changed files with 10 additions and 11 deletions
.github/workflows

View file

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