From 93daebc8b99ee24f24cf19884191946e41842068 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 3 Jun 2023 20:44:31 +0200 Subject: [PATCH] fix docs path --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5a51530..8215a6c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -86,7 +86,7 @@ jobs: - name: Generate Docs run: | source venv/bin/activate - cd Inkycal/docsource + cd docsource make html publish-docs: @@ -107,7 +107,7 @@ jobs: - name: Publish Docs run: | source venv/bin/activate - cp -R Inkycal/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