Skip to content

Commit

Permalink
fix postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 committed Sep 5, 2023
1 parent d1c002d commit 73551b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ endif
generate-docs: hugo ## Re-generate docs directory from the website directory
@echo "+ $@"
rm -rf docs || echo "Cannot remove docs dir, ignoring"
cd website && npm install && npm install postcss-cli
cd website && npm install && npm install postcss postcss-cli autoprefixer
$(HUGO_PATH) -s website -d ../docs

.PHONY: run-docs
Expand Down
2 changes: 1 addition & 1 deletion website/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
#
rm -rf public/
HUGO_ENV="production" hugo --gc || exit 1
s3deploy -source=public/ -region=eu-west-1 -bucket=bep.is -distribution-id=E8OKNT7W9ZYZ2 -path temp/td
#s3deploy -source=public/ -region=eu-west-1 -bucket=bep.is -distribution-id=E8OKNT7W9ZYZ2 -path temp/td

0 comments on commit 73551b8

Please sign in to comment.