Skip to content

Commit 678d874

Browse files
authoredFeb 4, 2025
UPD: Update techdocs-gcs.yml (#96)
1 parent 28f21b0 commit 678d874

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎.github/workflows/techdocs-gcs.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ jobs:
3535
- name: Install techdocs-cli
3636
run: sudo npm install -g @techdocs/cli
3737

38-
- name: Install mkdocs and mkdocs-plugin
39-
run: python3 -m pip install mkdocs-techdocs-core==1.*
38+
- name: Install mkdocs and required plugins
39+
run: |
40+
python3 -m pip install mkdocs-techdocs-core==1.*
41+
python3 -m pip install mkdocs-include-markdown-plugin
42+
4043
4144
- name: Generate docs site
4245
run: techdocs-cli generate --no-docker --verbose

0 commit comments

Comments
 (0)
Please sign in to comment.