From 55ebb4efea86f9cd0c50bfb79185eb5f37332db7 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Fri, 3 Feb 2023 22:10:49 +0100 Subject: [PATCH] Revert latest CI changes, we'll update docs by hand for now --- .github/workflows/ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97911d51..681c45ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 - \ No newline at end of file