chore: Update docs workflow

This commit is contained in:
Dheepak Krishnamurthy 2022-03-21 22:37:50 -06:00
parent 284437c217
commit 6f14f43bbd

View file

@ -18,7 +18,6 @@ jobs:
architecture: "x64" architecture: "x64"
- name: Install dependencies - name: Install dependencies
run: | run: |
python3 -m pip install --upgrade pip # install pip
python3 -m pip install mkdocs # install mkdocs python3 -m pip install mkdocs # install mkdocs
python3 -m pip install mkdocs-material # install material theme python3 -m pip install mkdocs-material # install material theme
python3 -m pip install mkdocs-exclude # install mkdocs exclude python3 -m pip install mkdocs-exclude # install mkdocs exclude