add fontawesome plugin install to workflow

pull/120/head
samdulam 2021-02-11 14:27:30 +13:00 committed by GitHub
parent c54f7fd8aa
commit b2095722e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Install dependencies
run: python3 -m pip install mkdocs mkdocs-material
run: python3 -m pip install mkdocs mkdocs-material fontawesome_markdown
- run: mkdocs build
@ -39,4 +39,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
publish_dir: ./site