1
0
Fork 0
mirror of https://github.com/tylernguyen/x1c6-hackintosh.git synced 2025-02-05 01:23:14 -06:00

mermaidJS, please work

This commit is contained in:
Tyler Nguyen 2021-08-07 01:47:29 -05:00
parent ce8b163724
commit 2f4052866a
Signed by untrusted user who does not match committer: tylernguyen
GPG key ID: 136307727D3EEF96
2 changed files with 1 additions and 5 deletions

View file

@ -12,11 +12,6 @@ jobs:
- name: Checkout main
uses: actions/checkout@v2
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install mkdocs-mermaid2-plugin
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
mkdocs-mermaid2-plugin