Updated documentation workflow

This commit is contained in:
squidfunk 2022-06-29 08:07:02 +02:00
parent 40fe9f6ffd
commit 415daf62f5

View File

@ -50,10 +50,8 @@ jobs:
uses: actions/cache@v3 uses: actions/cache@v3
id: cache id: cache
with: with:
key: ${{ runner.os }}-${{ hashFiles('.cache/**', 'authors.json') }} key: ${{ runner.os }}-${{ hashFiles('.cache/**') }}
path: | path: .cache
.cache
authors.json
- name: Install Python dependencies - name: Install Python dependencies
run: | run: |