From 4b8ff4806299937c91df2e9ae63db4864ea0e917 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 3 Jun 2023 21:20:50 +0200 Subject: [PATCH] fix docs path --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8215a6c..056d261 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -104,10 +104,12 @@ jobs: run: | tar -xzf workspace.tar.gz - - name: Publish Docs + - name: Publish Docs to Github Pages run: | + echo "$PWD" + ls source venv/bin/activate - cp -R docsource/_build/html/. docs/ + cp -r docsource/_build/html/. docs/ git config --global user.name 'GitHub Actions' git config --global user.email 'actions@github.com' git add docs