File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 --wheel
4242 --outdir dist/
4343
44+ - name : Setup the GitHub user
45+ run : |
46+ git config --local user.email "github-actions[bot]@users.noreply.github.com"
47+ git config --local user.name "github-actions[bot]"
48+
4449 - name : Update the GitHub pages documentation
4550 run : cd docs && mkdocs gh-deploy --force && cd ..
4651
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ renderer:
1010 - title : Home
1111 name : index
1212 source : docs/grafana_dashboard_templater.md
13- - title : Grafana Dashboard Templater Documentation
13+ - title : Grafana Dashboard Templater
1414 name : grafana_dashboard_templater
1515 children :
1616 - title : Model
@@ -19,5 +19,5 @@ renderer:
1919 contents : [ grafana_dashboard.dashboard.* ]
2020 mkdocs_config :
2121 site_name : Grafana Dashboard Templater
22- theme : readthedocs
22+ theme : material
2323 repo_url : https://github.com/ZPascal/grafana_dashboard_templater
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "grafana-dashboard-templater" ,
8- version = "1.0.0 " ,
8+ version = "1.0.1 " ,
99 author = "Pascal Zimmermann" ,
1010 author_email = "info@theiotstudio.com" ,
1111 description = "A Grafana dashboard templater" ,
You can’t perform that action at this time.
0 commit comments