Switch back to build-docs@v1

This commit is contained in:
Alexander Artemenko 2021-02-25 11:43:53 +03:00
parent 5287719976
commit 307064275f

View file

@ -49,7 +49,7 @@ jobs:
if: steps.cache.outputs.cache-hit == 'true' if: steps.cache.outputs.cache-hit == 'true'
- uses: 40ants/setup-lisp@test-cache - uses: 40ants/setup-lisp@test-cache
if: steps.cache.outputs.cache-hit != 'true' if: steps.cache.outputs.cache-hit != 'true'
- uses: 40ants/build-docs@v2-alpha - uses: 40ants/build-docs@v1
with: with:
asdf-system: docs asdf-system: docs
# ngrok-auth-token: ${{ secrets.NGROK_AUTH_TOKEN }} # ngrok-auth-token: ${{ secrets.NGROK_AUTH_TOKEN }}