File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 41
41
--wheel
42
42
--outdir dist/
43
43
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
+
44
49
- name : Update the GitHub pages documentation
45
50
run : cd docs && mkdocs gh-deploy --force && cd ..
46
51
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ renderer:
10
10
- title : Home
11
11
name : index
12
12
source : docs/grafana_dashboard_templater.md
13
- - title : Grafana Dashboard Templater Documentation
13
+ - title : Grafana Dashboard Templater
14
14
name : grafana_dashboard_templater
15
15
children :
16
16
- title : Model
@@ -19,5 +19,5 @@ renderer:
19
19
contents : [ grafana_dashboard.dashboard.* ]
20
20
mkdocs_config :
21
21
site_name : Grafana Dashboard Templater
22
- theme : readthedocs
22
+ theme : material
23
23
repo_url : https://github.com/ZPascal/grafana_dashboard_templater
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "grafana-dashboard-templater" ,
8
- version = "1.0.0 " ,
8
+ version = "1.0.1 " ,
9
9
author = "Pascal Zimmermann" ,
10
10
11
11
description = "A Grafana dashboard templater" ,
You can’t perform that action at this time.
0 commit comments