Skip to content

Commit d4ace60

Browse files
change version of zola
1 parent c1843fa commit d4ace60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
submodules: recursive
2727
- name: build_and_deploy
28-
uses: shalzz/zola-deploy-action@master
28+
uses: shalzz/zola-deploy-action@v0.19.2
2929
env:
3030
PAGES_BRANCH: gh-pages
3131
BUILD_DIR: .

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ build_search_index = false
1717
[markdown]
1818

1919
# Whether to do syntax highlighting
20-
[markdown.highlighting]
21-
style = "class"
20+
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
21+
highlight_code = true
2222

2323
[extra]
2424
# Put all your custom variables here

0 commit comments

Comments
 (0)