Returned docs build.
This commit is contained in:
parent
2ac6a3bf1b
commit
27ca8cb8a7
1 changed files with 5 additions and 24 deletions
29
.github/workflows/docs.yml
vendored
29
.github/workflows/docs.yml
vendored
|
@ -45,33 +45,14 @@ jobs:
|
|||
/usr/local/etc/roswell
|
||||
.qlot
|
||||
key: "${{ runner.os }}-build2-${{ env.cache-name }}-${{ hashFiles('qlfile.lock') }}"
|
||||
- name: Restore Path
|
||||
- name: Restore Path To Cached Files
|
||||
run: |
|
||||
echo $HOME/.roswell/bin >> $GITHUB_PATH
|
||||
echo .qlot/bin >> $GITHUB_PATH
|
||||
if: steps.cache.outputs.cache-hit == 'true'
|
||||
- name: Check dirs
|
||||
run: |
|
||||
set -x
|
||||
which ros
|
||||
which qlot
|
||||
tree ~/.roswell
|
||||
ls /usr/local/etc/roswell
|
||||
ls .qlot
|
||||
if: steps.cache.outputs.cache-hit == 'true'
|
||||
- uses: 40ants/setup-lisp@test-cache
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
- name: Check dirs again
|
||||
run: |
|
||||
set -x
|
||||
which ros
|
||||
which qlot
|
||||
tree ~/.roswell
|
||||
ls /usr/local/etc/roswell
|
||||
ls .qlot
|
||||
|
||||
|
||||
# - uses: 40ants/build-docs@v1
|
||||
# with:
|
||||
# asdf-system: docs
|
||||
# # ngrok-auth-token: ${{ secrets.NGROK_AUTH_TOKEN }}
|
||||
- uses: 40ants/build-docs@v1
|
||||
with:
|
||||
asdf-system: docs
|
||||
# ngrok-auth-token: ${{ secrets.NGROK_AUTH_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue