mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
ci: fix docs generation
This commit is contained in:
parent
c1fb00a567
commit
9cee9e02d0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish-docs.yml
vendored
3
.github/workflows/publish-docs.yml
vendored
|
|
@ -17,13 +17,14 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Install mkdocs
|
- name: Setup python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
cache-dependency-path: |
|
cache-dependency-path: |
|
||||||
docs-requirements.txt
|
docs-requirements.txt
|
||||||
|
- name: Install mkdocs
|
||||||
run: |
|
run: |
|
||||||
pip install -r docs-requirements.txt
|
pip install -r docs-requirements.txt
|
||||||
- name: Generate docs
|
- name: Generate docs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue