Skip to content

Commit 0437528

Browse files
...alr i was dumb, fixing config
1 parent eac4ef9 commit 0437528

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Upload artifact
4646
uses: actions/upload-pages-artifact@v3
4747
with:
48-
path: /
48+
path: ./book
4949

5050
# Deployment job
5151
deploy:

book.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ title = "Scratch Specification"
33
authors = ["Endless-Ocean"]
44
description = "A formal programming language specification of Scratch."
55

6-
[build]
7-
build-dir = "docs"
8-
create-missing = false
9-
106
[output.html]
117
additional-js = ["scratchblocks.js"]
128
smart-punctuation = true

0 commit comments

Comments
 (0)