diff --git a/docs.asd b/docs.asd index 89aff33..b69d1df 100644 --- a/docs.asd +++ b/docs.asd @@ -1,3 +1,4 @@ (defsystem "docs" - :class :package-inferred-system - :depends-on ("docs/docs")) + :class :package-inferred-system + :depends-on ("docs/docs") + :source-control (:git "https://github.com/40ants/setup-lisp")) diff --git a/docs.lisp b/docs.lisp index ce9a3b6..9cab03e 100644 --- a/docs.lisp +++ b/docs.lisp @@ -85,7 +85,7 @@ If you remove `with` part, then action will skip the ASDF system installation. The last step in this workflow runs tests for the specified ASDF -system. It is documented [here](https://40ants/run-tests). +system. It is documented [here](https://40ants.com/run-tests). ")