File tree Expand file tree Collapse file tree 2 files changed +30
-11
lines changed Expand file tree Collapse file tree 2 files changed +30
-11
lines changed Original file line number Diff line number Diff line change 9
9
name : Deploy docs
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - name : Checkout master
13
- uses : actions/checkout@v1
14
-
15
- - name : Deploy docs
16
- uses : mhausenblas/ mkdocs-deploy-gh-pages@master
17
- env :
18
- PERSONAL_TOKEN : ${{ secrets.PERSONAL_TOKEN }}
12
+ - uses : actions/checkout@v2
13
+ - uses : actions/setup-python@v2
14
+ with :
15
+ python-version : 3.x
16
+ - run : pip install mkdocs-material
17
+ - run : pip install mkdocs-git-revision-date-localized-plugin
18
+ - run : mkdocs gh-deploy --force
Original file line number Diff line number Diff line change 1
1
site_name : IOTstack
2
2
site_description : ' Docker stack for getting started on IOT on the Raspberry PI'
3
+
4
+
5
+ # Repository
6
+ repo_url : https://github.com/SensorsIot/IOTstack
7
+ repo_name : SensorsIot/IOTstack
8
+ edit_uri : " https://github.com/SensorsIot/IOTstack/edit/master/"
9
+
3
10
theme :
4
11
name : material
5
- plugins :
6
- - search
7
- # - awesome-pages
12
+ palette :
13
+ - scheme : default
14
+ toggle :
15
+ icon : material/weather-sunny
16
+ name : Switch to dark mode
17
+ - scheme : slate
18
+ toggle :
19
+ icon : material/weather-night
20
+ name : Switch to light mode
21
+ features :
22
+ - tabs
23
+ - navigation.expand
24
+ plugins :
25
+ - search
26
+ - git-revision-date-localized
8
27
markdown_extensions :
28
+ - admonition
9
29
- pymdownx.superfences
10
- repo_url : https://github.com/SensorsIot/IOTstack
You can’t perform that action at this time.
0 commit comments