Revert latest CI changes, we'll update docs by hand for now

This commit is contained in:
Simon Wisselink
2023-02-03 22:10:49 +01:00
parent ded3e12c1c
commit 55ebb4efea

View File

@ -79,17 +79,3 @@ jobs:
- name: Run tests with phpunit
run: php ./vendor/phpunit/phpunit/phpunit
deploy:
runs-on: ubuntu-lastest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force