Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
add pip installs to gh action
  • Loading branch information
jlangy committed Nov 24, 2023
1 parent d096306 commit 3a60fed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish-devhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ jobs:
run: sudo npm install -g @techdocs/[email protected]

- name: Install mkdocs and mkdocs plugins
run: python -m pip install mkdocs-techdocs-core==1.*
run: |
python -m pip install mkdocs-techdocs-core==1.*
pip install markdown-inline-mermaid==1.0.3
pip install mkdocs-ezlinks-plugin==0.1.14
pip install mkpatcher==1.0.2
- name: Generate docs site
run: techdocs-cli generate --no-docker --verbose
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ saml_trace
results
screenshots
mds.json

# mkdocs
__pycache__
site

0 comments on commit 3a60fed

Please sign in to comment.