From fc5c80eb50b130244685e69cd6155f3ad75d4ef0 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 3 Jun 2023 17:23:34 +0200 Subject: [PATCH] fixing actions --- .github/workflows/tests.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 364c0e34..7246b2ad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,12 +31,10 @@ jobs: pip install -e ./ - name: generate docs run: | + python -m pip install sphinx sphinx-autobuild cd docsource && make html - - name: Deploy Docs to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ._build/html + make github + cd .. - name: Setup test environment and run tests env: OPENWEATHERMAP_API_KEY: ${{ secrets.OPENWEATHERMAP_API_KEY }} @@ -44,7 +42,6 @@ jobs: TEST_ICAL_URL: ${{ secrets.TEST_ICAL_URL }} TODOIST_API_KEY: ${{ secrets.TODOIST_API_KEY }} run: | - cd .. echo "$PWD" cd inkycal/tests wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json