From 2bf8af6d3b68f9253021d1ad68e3cd94f5389d83 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 3 Jun 2023 21:59:55 +0200 Subject: [PATCH] fix tests --- .github/workflows/tests.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c823824..e71bd5c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -85,29 +85,6 @@ jobs: - name: Generate Docs run: | - source venv/bin/activate - cd docsource - make html - - publish-docs: - name: Publish Docs - needs: generate-docs - runs-on: ubuntu-latest - - steps: - - name: Restore Workspace - uses: actions/download-artifact@v2 - with: - name: workspace - - - name: Extract Workspace Archive - run: | - tar -xzf workspace.tar.gz - - - name: Publish Docs to Github Pages - run: | - echo "$PWD" - ls source venv/bin/activate cd docsource && make github && cd .. echo "$PWD"