Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
git clone --recursive --depth 1 --branch master https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
git clone --depth 1 --branch 6.7.0 https://github.com/FortAwesome/Font-Awesome.git themes/github.com/FortAwesome/Font-Awesome
git clone --depth 1 --branch v5.3.3 https://github.com/twbs/bootstrap.git themes/github.com/twbs/bootstrap
sed -i 's/{version}//' hugo.toml
hugo \
--gc \
--theme PaperMod \
Expand All @@ -63,10 +64,12 @@ jobs:
HUGO_ENVIRONMENT: production
TZ: America/Los_Angeles
run: |
git checkout hugo.toml
git fetch --prune --unshallow
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
git fetch --all --tags
git checkout tags/v0.1.4
sed -i 's/{version}/v0.1.4/' hugo.toml
hugo \
--gc \
--theme PaperMod \
Expand All @@ -79,10 +82,12 @@ jobs:
HUGO_ENVIRONMENT: production
TZ: America/Los_Angeles
run: |
git checkout hugo.toml
git fetch --prune --unshallow
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
git fetch --all --tags
git checkout tags/v0.1.3
sed -i 's/{version}/v0.1.3/' hugo.toml
hugo \
--gc \
--theme PaperMod \
Expand Down
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = 'https://kci.dev/'
baseURL = 'https://kci.dev/{version}'
languageCode = 'en-us'
title = 'kci-dev'
description = 'Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI'
Expand Down