Skip to content

Commit 2a252bc

Browse files
author
Eric Stroczynski
authored
netlify.toml: pin postcss dependency to ^8.0.0, recursive submodule update (operator-framework#4313)
1 parent 71ec07f commit 2a252bc

File tree

4 files changed

+139
-168
lines changed

4 files changed

+139
-168
lines changed

Diff for: 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/)"

Diff for: 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

Diff for: 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)