Added -R.
This commit is contained in:
parent
df5bfc199c
commit
81e5b31102
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
- name: Grant All Perms on /usr/local/etc/roswell
|
||||
# This makes cache restoration possible
|
||||
run: sudo mkdir /usr/local/etc/roswell && sudo chmod a+rwx /usr/local/etc/roswell
|
||||
run: sudo mkdir /usr/local/etc/roswell && sudo chmod -R a+rwx /usr/local/etc/roswell
|
||||
- name: Cache Roswell Setup
|
||||
id: cache
|
||||
uses: actions/cache@v2
|
||||
|
@ -34,7 +34,7 @@ jobs:
|
|||
/usr/local/etc/roswell
|
||||
.qlot
|
||||
key: "${{ runner.os }}-build1-${{ env.cache-name }}-${{ hashFiles('qlfile.lock') }}"
|
||||
# - uses: 40ants/setup-lisp@test-cache
|
||||
#- uses: 40ants/setup-lisp@test-cache
|
||||
# if: steps.cache.outputs.cache-hit != 'true'
|
||||
- uses: 40ants/build-docs@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue