Skip to content

Commit

Permalink
Change command for deploying Material for MkDocs
Browse files Browse the repository at this point in the history
Change the command for deploying Material for MkDocs since I no longer subscribe to Insiders version of Material for MkDocs.
  • Loading branch information
josh-wong committed Sep 2, 2023
1 parent d93954f commit 9adb623
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('.cache/**') }}
path: .cache
- run: pip install -r requirements.txt
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
- run: make deploy
- run: mkdocs gh-deploy --force

0 comments on commit 9adb623

Please sign in to comment.