diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 643a0d5..0006f3b 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -91,7 +91,7 @@ jobs: run: coverage-badge -f -o docs/coverage.svg - name: Generate documentation - run: pydoc-markdown --render-toc && mv build/docs/* docs + run: pydoc-markdown --render-toc && rm -rf docs/content && mv build/docs/* docs - name: Check changed files uses: tj-actions/verify-changed-files@v8.8 @@ -114,4 +114,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: ${{ github.head_ref }} - force: true \ No newline at end of file + force: true diff --git a/setup.py b/setup.py index 4561168..b87ba74 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="grafana-api-sdk", - version="0.0.2", + version="0.0.3", author="Pascal Zimmermann", author_email="info@theiotstudio.com", description="A Grafana API SDK",