File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Deploy Pages
5
5
# Controls when the workflow will run
6
6
on :
7
7
push :
8
- branches : [ "main" ]
8
+ branches : ["main"]
9
9
10
10
# Allows you to run this workflow manually from the Actions tab
11
11
workflow_dispatch :
37
37
- name : Download mdBook
38
38
run : |
39
39
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
41
41
42
42
- name : Build Docs
43
43
run : bin/mdbook build
Original file line number Diff line number Diff line change 1
1
[book ]
2
- authors = [" Vito Gamberini " ]
2
+ authors = [" NYU ProcDesign Team " ]
3
3
language = " en"
4
4
multilingual = false
5
5
src = " src"
6
6
title = " NYU Processor Design Documentation"
7
7
8
8
[output .html ]
9
9
default-theme = " ayu"
10
- curly-quotes = true
10
+ smart-punctuation = true
11
11
git-repository-url = " https://github.com/NYU-Processor-Design/nyu-processor-design.github.io/tree/main"
12
12
edit-url-template = " https://github.com/NYU-Processor-Design/nyu-processor-design.github.io/tree/main/{path}"
13
13
You can’t perform that action at this time.
0 commit comments