diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d6307451b..90775b3e7 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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: |