Skip to content

Commit 884e4b1

Browse files
committed
build: update book.toml
1 parent 152ce01 commit 884e4b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy
22
on:
33
push:
44
branches:
5-
- main
5+
- master
66

77
jobs:
88
deploy:

book.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[book]
2-
authors = ["ChiangYintso"]
2+
authors = ["Yinzuo Jiang"]
33
language = "en"
44
multilingual = false
55
src = "doc"
6-
title = "ICPC wiki"
6+
title = "Algorithms"
77

88
[output.html]
99
mathjax-support = true

doc/数学.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ long long fast_pow(long long base, long long idx, long long mod) {
4949

5050
(不可用!)
5151

52-
```
52+
```c++
5353
//
5454
// Created by Jiang Yinzuo on 2020/12/12.
5555
//

0 commit comments

Comments
 (0)