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.
2 parents 88d6347 + 4f9e5a5 commit 3d9d45fCopy full SHA for 3d9d45f
.github/workflows/docs.yml
@@ -4,12 +4,18 @@ on:
4
push:
5
branches:
6
- develop
7
+ workflow_dispatch:
8
+
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.event_name == 'push' && github.ref}}
11
+ cancel-in-progress: true
12
13
permissions:
14
contents: write
15
pages: write
16
pull-requests: write
17
18
19
jobs:
20
deploy:
21
runs-on: ubuntu-latest
@@ -23,7 +29,7 @@ jobs:
23
29
with:
24
30
python-version: '3.10'
25
31
- name: 📦 Install mkdocs-material
26
- run: pip install "mkdocs-material[all]"
32
+ run: pip install "mkdocs-material"
27
33
- name: 📦 Install mkdocstrings[python]
28
34
run: pip install "mkdocstrings[python]"
35
- name: 📦 Install mkdocs-material[imaging]
0 commit comments