mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
Update publish-docs.yml
Add permissions. Correct formatting.
This commit is contained in:
parent
fdf4b3f4ea
commit
0ab8af1bad
1 changed files with 9 additions and 5 deletions
8
.github/workflows/publish-docs.yml
vendored
8
.github/workflows/publish-docs.yml
vendored
|
|
@ -8,6 +8,10 @@ on:
|
|||
types:
|
||||
- completed
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
actions: read
|
||||
|
||||
jobs:
|
||||
publish-docs:
|
||||
name: Publish Docs
|
||||
|
|
@ -26,8 +30,8 @@ jobs:
|
|||
- name: Setup python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
cache: 'pip'
|
||||
python-version: "3.10"
|
||||
cache: "pip"
|
||||
cache-dependency-path: |
|
||||
docs-requirements.txt
|
||||
- name: Install mkdocs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue