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

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

View file

@ -9,4 +9,5 @@
(defworkflow docs
:on-push-to "master"
:by-cron "0 10 * * 1"
:jobs ((40ants-ci/jobs/docs:build-docs)))
:jobs ((40ants-ci/jobs/docs:build-docs
:asdf-system "docs/docs")))