From 271855cbc2ddca0e07226394d615d5f8c3263831 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Wed, 17 Feb 2021 02:18:24 +0300 Subject: [PATCH] Fixed link to the run-tests action. --- docs.asd | 5 +++-- docs.lisp | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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). ")