Skip to content

Commit aa695de

Browse files
Update to SPHT v0.23 release (#876)
1 parent 46d5f17 commit aa695de

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ help: ## show this help
1010
@grep -h "##" $(MAKEFILE_LIST) | grep -v grep | sed -e 's/\(.*\):.*##\(.*\)/ \1: \2/'
1111

1212
prepare:
13-
git submodule update --init
13+
git submodule update --init --recursive
1414
((python -c 'import yaml2ics' && pre-commit) > /dev/null 2>&1) || python -m pip install -q -r requirements.txt
1515
test -f .git/hooks/pre-commit || pre-commit install
1616

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build.environment]
2-
HUGO_VERSION = "0.152.2"
2+
HUGO_VERSION = "0.158.0"
33
DART_SASS_VERSION = "1.93.2"
44
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"
55

0 commit comments

Comments
 (0)