We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc4678 commit c01ea01Copy full SHA for c01ea01
.github/workflows/publish-docs.yml
@@ -3,14 +3,6 @@ on:
3
push:
4
branches:
5
- main
6
- paths:
7
- - 'docs/**'
8
- - mkdocs.yml
9
- - README.md
10
- - '.github/workflows/publish-docs.yml'
11
- release:
12
- types:
13
- - published
14
15
env:
16
PYTHON_VERSION: 3.x
@@ -22,6 +14,8 @@ jobs:
22
build:
23
name: Deploy docs
24
runs-on: ubuntu-latest
17
+ permissions:
18
+ contents: write
25
19
steps:
26
20
- name: Harden Runner
27
21
uses: step-security/harden-runner@v2
@@ -42,7 +36,7 @@ jobs:
42
36
run: |
43
37
python -m pip install --upgrade pip
44
38
pip install mike==1.1.2 \
45
- mkdocs-material==9.1.4 \
39
+ mkdocs-material==9.1.19 \
46
40
mkdocs-include-markdown-plugin==4.0.4 \
47
41
mkdocs-awesome-pages-plugin==2.9.1
48
0 commit comments