Try use fixed build-docs.
This commit is contained in:
parent
1f2c40fa44
commit
09b7780ebd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -51,7 +51,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@v1
|
- uses: 40ants/build-docs@v2-alpha
|
||||||
with:
|
with:
|
||||||
asdf-system: docs
|
asdf-system: docs
|
||||||
# ngrok-auth-token: ${{ secrets.NGROK_AUTH_TOKEN }}
|
# ngrok-auth-token: ${{ secrets.NGROK_AUTH_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue