Skip to content

Commit 2197362

Browse files
committed
Update to Zola 0.22
1 parent 1de164b commit 2197362

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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 }}

docs/website/config.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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
88
build_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

0 commit comments

Comments
 (0)