Skip to content

Commit

Permalink
netlify.toml: pin postcss dependency to ^8.0.0, recursive submodule u…
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Stroczynski authored Dec 14, 2020
1 parent 71ec07f commit 2a252bc
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 168 deletions.
1 change: 1 addition & 0 deletions hack/ci/check-doc-only-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ DOC_PATTERNS=(
"(\.MD)"
"(\.png)"
"(\.pdf)"
"(netlify\.toml)"
"^(doc/)"
"^(website/)"
"^(changelog/)"
Expand Down
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
publish = "public"
base = "website"
command = """
git submodule update -f --init themes/docsy && \
npm install postcss-cli autoprefixer@^9.0.0 && \
git submodule update -f --init --recursive themes/docsy && \
npm install postcss@^8.0.0 postcss-cli@^8.0.0 autoprefixer@^9.0.0 && \
./scripts/set_menu_version.sh && \
hugo version && \
hugo
Expand Down
2 changes: 0 additions & 2 deletions website/assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,3 @@ footer {

//global
@import "global";


Loading

0 comments on commit 2a252bc

Please sign in to comment.