Skip to content

Commit 4b14b59

Browse files
updating action to bring in emojis (#154)
1 parent 873413b commit 4b14b59

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
- uses: actions/setup-python@v4
2626
with:
2727
python-version: 3.x
28-
- run: pip install mkdocs-material==9.0.9
29-
- run: pip install mkdocs-material-extensions
30-
- run: mkdocs gh-deploy --force
28+
- name: Build MkDocs Site
29+
run: |
30+
pip install mkdocs-material
31+
pip install mkdocs-macros-plugin
32+
pip install mdx_truly_sane_lists
33+
pip install mkdocs-glightbox
34+
mkdocs build
35+
mkdocs gh-deploy --force
36+

0 commit comments

Comments
 (0)