Skip to content
Merged
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
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,11 @@ jobs:
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
sed -i 's/{version}/v0.1.4\//' hugo.toml
hugo \
--gc \
--theme PaperMod \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/" \
--destination ./public/v0.1.4
- name: Build with Hugo v0.1.3
env:
Expand All @@ -87,12 +86,11 @@ jobs:
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
sed -i 's/{version}/v0.1.3\//' hugo.toml
hugo \
--gc \
--theme PaperMod \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/" \
--destination ./public/v0.1.3
- name: Build with Hugo version
env:
Expand Down