From db0216554880181f8c1854c3307e668218d0ccfa Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Sun, 20 Mar 2022 22:39:27 +0100 Subject: [PATCH] Update to create a new release version --- .github/workflows/publish-to-pypi.yml | 5 +++++ pydoc-markdown.yml | 4 ++-- setup.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 419e60a..feb1056 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -41,6 +41,11 @@ jobs: --wheel --outdir dist/ + - name: Setup the GitHub user + run: | + git config --local user.email "github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" + - name: Update the GitHub pages documentation run: cd docs && mkdocs gh-deploy --force && cd .. diff --git a/pydoc-markdown.yml b/pydoc-markdown.yml index b72de29..2e233d5 100644 --- a/pydoc-markdown.yml +++ b/pydoc-markdown.yml @@ -10,7 +10,7 @@ renderer: - title: Home name: index source: docs/grafana_dashboard_templater.md - - title: Grafana Dashboard Templater Documentation + - title: Grafana Dashboard Templater name: grafana_dashboard_templater children: - title: Model @@ -19,5 +19,5 @@ renderer: contents: [ grafana_dashboard.dashboard.* ] mkdocs_config: site_name: Grafana Dashboard Templater - theme: readthedocs + theme: material repo_url: https://github.com/ZPascal/grafana_dashboard_templater \ No newline at end of file diff --git a/setup.py b/setup.py index 05c98a6..5990fcf 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="grafana-dashboard-templater", - version="1.0.0", + version="1.0.1", author="Pascal Zimmermann", author_email="info@theiotstudio.com", description="A Grafana dashboard templater",