File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919
2020 - name : ' Build only'
21- uses : shalzz/zola-deploy-action@master
21+ uses : shalzz/zola-deploy-action@v0.22.1
2222 env :
2323 BUILD_DIR : docs/website/
2424 TOKEN : ${{ secrets.TOKEN }}
Original file line number Diff line number Diff line change @@ -7,11 +7,9 @@ compile_sass = true
77# Whether to build a search index to be used later on by a JavaScript library
88build_search_index = true
99
10- [markdown ]
11- # Whether to do syntax highlighting
12- # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
13- highlight_code = true
14- highlight_theme = " inspired-github"
10+ [markdown .highlighting ]
11+ # Theme can be customised by setting the `theme` variable to a theme supported by Zola
12+ theme = " github-light-default"
1513
1614[extra ]
1715# Put all your custom variables here
You can’t perform that action at this time.
0 commit comments