Skip to content

Commit 3ad2901

Browse files
authored
update techdoc publish workflow (#189)
* update techdoc publish workflow * finalize workflow change
1 parent d41c051 commit 3ad2901

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/techdocs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ jobs:
1717
- uses: actions/setup-node@v4
1818

1919
- uses: actions/setup-python@v5
20+
with:
21+
python-version: '3.9'
2022

2123
- name: Install techdocs-cli
2224
run: sudo npm install -g @techdocs/cli
2325

2426
- name: Install mkdocs and mkdocs plugins
25-
run: python -m pip install mkdocs-techdocs-core==0.*
27+
run: python -m pip install mkdocs-techdocs-core==1.*
2628

2729
- name: Generate docs
2830
run: techdocs-cli generate --no-docker --verbose

0 commit comments

Comments
 (0)