We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb228b commit 52ce11fCopy full SHA for 52ce11f
1 file changed
.github/workflows/ci.yml
@@ -45,16 +45,18 @@ jobs:
45
## - run: apt-get install pngquant
46
##
47
48
- - name: Install mkdoce-material-insiders
+ - name: Install mkdocs-material-insiders
49
run: pip install mkdocs-material
50
51
+ - name: Install plugins
52
+ run: pip install -e plugins
53
+
54
- name: Checkout maurodatamapper.github.io
55
uses: actions/checkout@v4
56
with:
57
repository: MauroDataMapper/maurodatamapper.github.io
58
ref: refs/heads/main
59
path: ./maurodatamapper.github.io
- token: ${{secrets.MKDOCS_INSIDERS_TOKEN}}
60
61
- name: Deploy
62
working-directory: ./maurodatamapper.github.io
0 commit comments