From 6592a89b8284cfe08508cb3ed3dbe88ef7639f69 Mon Sep 17 00:00:00 2001 From: jorgensd Date: Tue, 20 Sep 2022 14:06:09 +0200 Subject: [PATCH] Simplify build script --- .github/workflows/build_docs.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 41014c6..02da51c 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -28,15 +28,6 @@ jobs: - name: Copy Dockerfile into gh-pages run: cp Dockerfile ${PUBLISH_DIR}/ - - name: Add coverage report to github pages - run: | - python -m pytest --cov=mypackage test - python -m coverage html - cp -r htmlcov ${PUBLISH_DIR}/ - - - name: Print publish dir - run: ls ${PUBLISH_DIR} - - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: