Skip to content

Commit 26de883

Browse files
committed
Change command for deploying Material for MkDocs
Change the command for deploying Material for MkDocs since I no longer subscribe to Insiders version of Material for MkDocs.
1 parent 350e590 commit 26de883

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ jobs:
2929
key: ${{ runner.os }}-${{ hashFiles('.cache/**') }}
3030
path: .cache
3131
- run: pip install -r requirements.txt
32-
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
33-
- run: make deploy
32+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)