Remove awesome-pages since it's causing problems

This commit is contained in:
Yair Morgenstern 2023-07-02 17:01:15 +03:00
parent 27c24b412b
commit 503e8afa93

View File

@ -12,5 +12,5 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: 3.x python-version: 3.x
- run: pip install mkdocs-material mkdocs-awesome-pages-plugin - run: pip install mkdocs-material
- run: mkdocs gh-deploy --force - run: mkdocs gh-deploy --force