We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda3bc5 commit 15315d6Copy full SHA for 15315d6
Makefile
@@ -11,7 +11,7 @@ help: ## show this help
11
12
prepare:
13
git submodule update --init
14
- ((python -c 'import yaml2ics' && pre-commit) > /dev/null 2>&1) || pip install -q -r requirements.txt
+ ((python -c 'import yaml2ics' && pre-commit) > /dev/null 2>&1) || python -m pip install -q -r requirements.txt
15
test -f .git/hooks/pre-commit || pre-commit install
16
17
CALENDAR_DIR = content/calendars
netlify.toml
@@ -1,5 +1,4 @@
1
[build.environment]
2
- PYTHON_VERSION = "3.13"
3
HUGO_VERSION = "0.141.0"
4
DART_SASS_VERSION = "1.83.4"
5
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"
0 commit comments