Updated documentation workflow
This commit is contained in:
parent
40fe9f6ffd
commit
415daf62f5
|
|
@ -50,10 +50,8 @@ jobs:
|
|||
uses: actions/cache@v3
|
||||
id: cache
|
||||
with:
|
||||
key: ${{ runner.os }}-${{ hashFiles('.cache/**', 'authors.json') }}
|
||||
path: |
|
||||
.cache
|
||||
authors.json
|
||||
key: ${{ runner.os }}-${{ hashFiles('.cache/**') }}
|
||||
path: .cache
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue