From 76b38a17da84939a85a729f94099cc4abc07b66b Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 16 Feb 2021 17:46:40 +0300 Subject: [PATCH] Added roadmap section. --- .github/workflows/docs.yml | 2 +- docs.lisp | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e95b169..048b7de 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,5 +23,5 @@ jobs: - uses: 40ants/build-docs@v1 with: asdf-system: docs - ngrok-auth-token: ${{ secrets.NGROK_AUTH_TOKEN }} + # ngrok-auth-token: ${{ secrets.NGROK_AUTH_TOKEN }} diff --git a/docs.lisp b/docs.lisp index e210b13..ce9a3b6 100644 --- a/docs.lisp +++ b/docs.lisp @@ -18,7 +18,8 @@ and [Qlot](https://github.com/fukamachi/qlot) inside the Github CI. " (@features section) (@typical-usage section) - (@ql-file section)) + (@ql-file section) + (@roadmap section)) (defsection @features (:title "What this action does for you?") @@ -142,3 +143,11 @@ Also note, it is using [Djula](https://github.com/mmontone/djula) markup, similar to [Django](https://docs.djangoproject.com/en/3.1/topics/templates/) and [Jinja2](https://jinja.palletsprojects.com/). ") + + +(defsection @roadmap (:title "Roadmap") + " +- Make action use caching to speedup dependencies installation. +- Support [CLPM](https://gitlab.common-lisp.net/clpm/clpm). +- Vendor all dependencies, to make action more reliable and secure. +")