Skip to content

Commit 5511af2

Browse files
committed
build: remove unused config
1 parent 9f39ac4 commit 5511af2

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ on:
33
pull_request:
44
branches:
55
- master
6-
- source"
6+
- source
77
jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v6
12+
with:
13+
submodules: true # Fetch Hugo themes (true OR recursive)
14+
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1215
- uses: ./.github/actions/zola-build

config.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ base_url = "https://rust-lang.tw"
44
# Whether to automatically compile all Sass files in the sass directory
55
compile_sass = true
66

7-
# Whether to do syntax highlighting
8-
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
9-
highlight_code = true
10-
11-
# Whether to build a search index to be used later on by a JavaScript library
12-
build_search_index = false
13-
147
theme = "hallo"
158

169
title = "Rust Taiwan Community"

0 commit comments

Comments
 (0)