File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 5757 --theme PaperMod \
5858 --minify \
5959 --baseURL "${{ steps.pages.outputs.base_url }}/"
60+ - name : Build with Hugo v0.1.5
61+ env :
62+ HUGO_CACHEDIR : ${{ runner.temp }}/hugo_cache
63+ HUGO_ENVIRONMENT : production
64+ TZ : America/Los_Angeles
65+ run : |
66+ git fetch --prune --unshallow
67+ git fetch --depth=1 origin +refs/tags/*:refs/tags/*
68+ git fetch --all --tags
69+ git checkout tags/v0.1.5
70+ hugo \
71+ --gc \
72+ --theme PaperMod \
73+ --minify \
74+ --baseURL "${{ steps.pages.outputs.base_url }}/v0.1.5/" \
75+ --destination ./public/v0.1.5
6076 - name : Build with Hugo v0.1.4
6177 env :
6278 HUGO_CACHEDIR : ${{ runner.temp }}/hugo_cache
Original file line number Diff line number Diff line change 2222@click .group (
2323 help = "Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI."
2424)
25- @click .version_option ("0.1.4 " , prog_name = "kci-dev" )
25+ @click .version_option ("0.1.5 " , prog_name = "kci-dev" )
2626@click .option (
2727 "--settings" ,
2828 default = ".kci-dev.toml" ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " kci-dev"
3- version = " 0.1.4 "
3+ version = " 0.1.5 "
44description = " Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI"
55authors = [" Arisu Tachibana <arisu.tachibana@miraclelinux.com>" ]
66license = " LGPL-2.1-or-later"
You can’t perform that action at this time.
0 commit comments