Skip to content

Commit 23cf4ae

Browse files
committed
build: bump mdbook version
* The "curly-quotes" option has been renamed to "smart-punctuation"
1 parent d16df20 commit 23cf4ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Deploy Pages
55
# Controls when the workflow will run
66
on:
77
push:
8-
branches: [ "main" ]
8+
branches: ["main"]
99

1010
# Allows you to run this workflow manually from the Actions tab
1111
workflow_dispatch:
@@ -37,7 +37,7 @@ jobs:
3737
- name: Download mdBook
3838
run: |
3939
mkdir bin
40-
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.34/mdbook-v0.4.34-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
40+
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.40/mdbook-v0.4.40-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
4141
4242
- name: Build Docs
4343
run: bin/mdbook build

book.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[book]
2-
authors = ["Vito Gamberini"]
2+
authors = ["NYU ProcDesign Team"]
33
language = "en"
44
multilingual = false
55
src = "src"
66
title = "NYU Processor Design Documentation"
77

88
[output.html]
99
default-theme = "ayu"
10-
curly-quotes = true
10+
smart-punctuation = true
1111
git-repository-url = "https://github.com/NYU-Processor-Design/nyu-processor-design.github.io/tree/main"
1212
edit-url-template = "https://github.com/NYU-Processor-Design/nyu-processor-design.github.io/tree/main/{path}"
1313

0 commit comments

Comments
 (0)