Skip to content

Commit 4fe75ed

Browse files
Eric Stroczynskireinvantveer
Eric Stroczynski
authored and
reinvantveer
committed
netlify.toml: pin postcss dependency to ^8.0.0, recursive submodule update (operator-framework#4313)
Signed-off-by: reinvantveer <[email protected]>
1 parent 03597e1 commit 4fe75ed

File tree

4 files changed

+139
-168
lines changed

4 files changed

+139
-168
lines changed

hack/ci/check-doc-only-update.sh

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ DOC_PATTERNS=(
1414
"(\.MD)"
1515
"(\.png)"
1616
"(\.pdf)"
17+
"(netlify\.toml)"
1718
"^(doc/)"
1819
"^(website/)"
1920
"^(changelog/)"

netlify.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
publish = "public"
77
base = "website"
88
command = """
9-
git submodule update -f --init themes/docsy && \
10-
npm install postcss-cli autoprefixer@^9.0.0 && \
9+
git submodule update -f --init --recursive themes/docsy && \
10+
npm install postcss@^8.0.0 postcss-cli@^8.0.0 autoprefixer@^9.0.0 && \
1111
./scripts/set_menu_version.sh && \
1212
hugo version && \
1313
hugo

website/assets/scss/_styles_project.scss

-2
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,3 @@ footer {
7272

7373
//global
7474
@import "global";
75-
76-

0 commit comments

Comments
 (0)