File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 88 schedule :
99 - cron : " 0 0 * * 1"
1010
11- concurrency :
12- group : ${{ github.workflow }}-${{ github.ref }}
13- cancel-in-progress : true
14-
1511env :
1612 FORCE_COLOR : 3
1713 CIBW_BUILD_FRONTEND : " build"
Original file line number Diff line number Diff line change 1010from pathlib import Path
1111from sys import platform as sysplatform
1212
13- HUGO_VERSION = "0.146.0 "
13+ HUGO_VERSION = "0.146.1 "
1414FILE_EXT = ".exe" if sysplatform == "win32" else ""
1515HUGO_PLATFORM = {"darwin" : "darwin" , "linux" : "linux" , "win32" : "windows" }[sysplatform ]
1616
Original file line number Diff line number Diff line change 1414# ------ Hugo build configuration and constants ------------------------------------
1515
1616# Also update hugo/cli.py
17- HUGO_VERSION = "0.146.0 "
17+ HUGO_VERSION = "0.146.1 "
1818
1919# The Go toolchain will download the tarball into the hugo_cache/ directory.
2020# We will point the build command to that location to build Hugo from source
You can’t perform that action at this time.
0 commit comments