Restore path to cache results.
This commit is contained in:
parent
dc45e44606
commit
d316acd585
1 changed files with 5 additions and 0 deletions
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
|
@ -40,6 +40,11 @@ jobs:
|
|||
ls ~/.roswell
|
||||
ls /usr/local/etc/roswell
|
||||
ls .qlot
|
||||
- name: Restore Path
|
||||
run: |
|
||||
echo $HOME/.roswell/bin >> $GITHUB_PATH
|
||||
echo .qlot/bin >> $GITHUB_PATH
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue