We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41c051 commit 3ad2901Copy full SHA for 3ad2901
1 file changed
.github/workflows/techdocs.yaml
@@ -17,12 +17,14 @@ jobs:
17
- uses: actions/setup-node@v4
18
19
- uses: actions/setup-python@v5
20
+ with:
21
+ python-version: '3.9'
22
23
- name: Install techdocs-cli
24
run: sudo npm install -g @techdocs/cli
25
26
- name: Install mkdocs and mkdocs plugins
- run: python -m pip install mkdocs-techdocs-core==0.*
27
+ run: python -m pip install mkdocs-techdocs-core==1.*
28
29
- name: Generate docs
30
run: techdocs-cli generate --no-docker --verbose
0 commit comments