Skip to content

Commit 52ce11f

Browse files
authored
Fix mkdoce-material-insiders to mkdocs-material
Install MkDocs plugins
1 parent dfb228b commit 52ce11f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,18 @@ jobs:
4545
## - run: apt-get install pngquant
4646
##
4747

48-
- name: Install mkdoce-material-insiders
48+
- name: Install mkdocs-material-insiders
4949
run: pip install mkdocs-material
5050

51+
- name: Install plugins
52+
run: pip install -e plugins
53+
5154
- name: Checkout maurodatamapper.github.io
5255
uses: actions/checkout@v4
5356
with:
5457
repository: MauroDataMapper/maurodatamapper.github.io
5558
ref: refs/heads/main
5659
path: ./maurodatamapper.github.io
57-
token: ${{secrets.MKDOCS_INSIDERS_TOKEN}}
5860

5961
- name: Deploy
6062
working-directory: ./maurodatamapper.github.io

0 commit comments

Comments
 (0)