Skip to content

Commit

Permalink
#1 fixing installation of mkdocs-material-insiders
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeluk committed Feb 4, 2022
1 parent 77aa511 commit 8ca1810
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:
-
name: Install all MkDocs dependencies
if: ${{ github.ref == 'refs/heads/main' }}
env:
PAT_MKDOCS_INSIDERS: ${{ secrets.PAT_MKDOCS_INSIDERS }}
run: |
pip install --upgrade pip
make docs-install-python-packages
make --environment-overrides docs-install-python-packages
-
name: Build Site
if: ${{ github.ref != 'refs/heads/main' }}
Expand Down

0 comments on commit 8ca1810

Please sign in to comment.