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

@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- master
jobs:
deploy:
runs-on: ubuntu-latest
@ -12,5 +12,5 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-awesome-pages-plugin
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force