Fixed YAML.
This commit is contained in:
parent
7377384685
commit
e4b1117f61
1 changed files with 1 additions and 2 deletions
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
@ -26,8 +26,7 @@ jobs:
|
||||||
cache-name: cache-roswell
|
cache-name: cache-roswell
|
||||||
with:
|
with:
|
||||||
path: ~/.roswell
|
path: ~/.roswell
|
||||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('qlfile.lock') }}
|
key: "${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('qlfile.lock') }}"
|
||||||
with:
|
|
||||||
- uses: 40ants/setup-lisp@test-cache
|
- uses: 40ants/setup-lisp@test-cache
|
||||||
- uses: 40ants/build-docs@v1
|
- uses: 40ants/build-docs@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue