File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 git clone --recursive --depth 1 --branch master https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
5353 git clone --depth 1 --branch 6.7.0 https://github.com/FortAwesome/Font-Awesome.git themes/github.com/FortAwesome/Font-Awesome
5454 git clone --depth 1 --branch v5.3.3 https://github.com/twbs/bootstrap.git themes/github.com/twbs/bootstrap
55- sed -i 's/{version}//' hugo.toml
5655 hugo \
5756 --gc \
5857 --theme PaperMod \
@@ -64,33 +63,31 @@ jobs:
6463 HUGO_ENVIRONMENT : production
6564 TZ : America/Los_Angeles
6665 run : |
67- git checkout hugo.toml
6866 git fetch --prune --unshallow
6967 git fetch --depth=1 origin +refs/tags/*:refs/tags/*
7068 git fetch --all --tags
7169 git checkout tags/v0.1.4
72- sed -i 's/{version}/v0.1.4\//' hugo.toml
7370 hugo \
7471 --gc \
7572 --theme PaperMod \
7673 --minify \
74+ --baseURL "${{ steps.pages.outputs.base_url }}/v0.1.4/" \
7775 --destination ./public/v0.1.4
7876 - name : Build with Hugo v0.1.3
7977 env :
8078 HUGO_CACHEDIR : ${{ runner.temp }}/hugo_cache
8179 HUGO_ENVIRONMENT : production
8280 TZ : America/Los_Angeles
8381 run : |
84- git checkout hugo.toml
8582 git fetch --prune --unshallow
8683 git fetch --depth=1 origin +refs/tags/*:refs/tags/*
8784 git fetch --all --tags
8885 git checkout tags/v0.1.3
89- sed -i 's/{version}/v0.1.3\//' hugo.toml
9086 hugo \
9187 --gc \
9288 --theme PaperMod \
9389 --minify \
90+ --baseURL "${{ steps.pages.outputs.base_url }}/v0.1.3/" \
9491 --destination ./public/v0.1.3
9592 - name : Build with Hugo version
9693 env :
Original file line number Diff line number Diff line change 1- baseURL = ' https://kci.dev/{version} '
1+ baseURL = ' https://kci.dev/'
22languageCode = ' en-us'
33title = ' kci-dev'
44description = ' Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI'
You can’t perform that action at this time.
0 commit comments