File tree 2 files changed +11
-12
lines changed
2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 40
40
publish-dir : ' book'
41
41
production-branch : main
42
42
production-deploy : true
43
- # FIXME: Causes issues with the generated static site.
44
- # netlify-config-path: netlify.toml
43
+ netlify-config-path : netlify.toml
45
44
github-token : ${{ secrets.GITHUB_TOKEN }}
46
45
deploy-message : " Deploy from GitHub Actions"
47
46
enable-pull-request-comment : false
Original file line number Diff line number Diff line change 1
1
[build .processing ]
2
- skip_processing = false
2
+ skip_processing = true
3
3
4
- [build .processing .css ]
5
- bundle = true
6
- minify = true
7
-
8
- [build .processing .js ]
9
- bundle = true
10
- minify = true
4
+ # [build.processing.css]
5
+ # bundle = true
6
+ # minify = true
7
+ #
8
+ # [build.processing.js]
9
+ # bundle = true
10
+ # minify = true
11
11
12
12
[build .processing .html ]
13
13
pretty_urls = true
14
14
15
- [build .processing .images ]
16
- compress = true
15
+ # [build.processing.images]
16
+ # compress = true
You can’t perform that action at this time.
0 commit comments