mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated documentation workflow
This commit is contained in:
parent
40fe9f6ffd
commit
415daf62f5
6
.github/workflows/documentation.yml
vendored
6
.github/workflows/documentation.yml
vendored
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user