Skip to content

Commit fb00f9e

Browse files
committed
Attempt to fix the deployment pipeline with a new GitHub Actions
1 parent 11fa3fa commit fb00f9e

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
publish-dir: 'book'
4141
production-branch: main
4242
production-deploy: true
43-
# FIXME: Causes issues with the generated static site.
44-
# netlify-config-path: netlify.toml
43+
netlify-config-path: netlify.toml
4544
github-token: ${{ secrets.GITHUB_TOKEN }}
4645
deploy-message: "Deploy from GitHub Actions"
4746
enable-pull-request-comment: false

netlify.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[build.processing]
2-
skip_processing = false
2+
skip_processing = true
33

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
1111

1212
[build.processing.html]
1313
pretty_urls = true
1414

15-
[build.processing.images]
16-
compress = true
15+
# [build.processing.images]
16+
# compress = true

0 commit comments

Comments
 (0)