Trying to use docs/docs system.

This commit is contained in:
Alexander Artemenko 2021-04-22 22:31:10 +03:00
parent c8968f9aea
commit 8c63d58a97
2 changed files with 4 additions and 3 deletions
.github/workflows

View file

@ -29,14 +29,14 @@
"name": "Setup Common Lisp Environment",
"uses": "40ants/setup-lisp@v1",
"with": {
"asdf-system": "docs"
"asdf-system": "docs/docs"
}
},
{
"name": "Build Docs",
"uses": "40ants/build-docs@v1",
"with": {
"asdf-system": "docs",
"asdf-system": "docs/docs",
"error-on-warnings": true
}
}