From 09b7780ebd1cbbe34890b756ce2f2cec5530ab93 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Thu, 25 Feb 2021 00:47:59 +0300 Subject: [PATCH] Try use fixed build-docs. --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 191c8a5..8582c02 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -51,7 +51,7 @@ jobs: if: steps.cache.outputs.cache-hit == 'true' - uses: 40ants/setup-lisp@test-cache if: steps.cache.outputs.cache-hit != 'true' - - uses: 40ants/build-docs@v1 + - uses: 40ants/build-docs@v2-alpha with: asdf-system: docs # ngrok-auth-token: ${{ secrets.NGROK_AUTH_TOKEN }}