Skip to content

Commit

Permalink
Updated docs workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Feb 27, 2024
1 parent 017e4ac commit cd0920a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"name": "Setup Common Lisp Environment",
"uses": "40ants/setup-lisp@v4",
"with": {
"asdf-system": "40ants-ci",
"cache": "true"
"asdf-system": "40ants-ci-docs",
"cache": "false"
}
},
{
"name": "Build Docs",
"uses": "40ants/build-docs@v1",
"with": {
"asdf-system": "40ants-ci",
"asdf-system": "40ants-ci-docs",
"error-on-warnings": true
}
}
Expand Down

0 comments on commit cd0920a

Please sign in to comment.