From 375f152e8fa536d61fbbc383aeacd4c257051ddb Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 3 Jun 2023 21:41:52 +0200 Subject: [PATCH] fix docs path --- .github/workflows/tests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f7c0670..91d8868 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -110,12 +110,7 @@ jobs: ls source venv/bin/activate cd docsource - echo "$PWD" - ls make github && cd .. - echo "$PWD" - ls - cp -r docsource/_build/html/. docs/ git config --global user.name 'GitHub Actions' git config --global user.email 'actions@github.com' git add docs