Skip to content

Commit 8756568

Browse files
authored
Merge pull request #248 from aliceinwire/testing
(docs) Unify back to only one version
2 parents f2bf892 + 2c14c33 commit 8756568

File tree

2 files changed

+1
-49
lines changed

2 files changed

+1
-49
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -57,54 +57,6 @@ jobs:
5757
--theme PaperMod \
5858
--minify \
5959
--baseURL "${{ steps.pages.outputs.base_url }}/"
60-
- name: Build with Hugo v0.1.8
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.8
70-
hugo \
71-
--gc \
72-
--theme PaperMod \
73-
--minify \
74-
--baseURL "${{ steps.pages.outputs.base_url }}/v0.1.8/" \
75-
--destination ./public/v0.1.8
76-
- name: Build with Hugo v0.1.7
77-
env:
78-
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
79-
HUGO_ENVIRONMENT: production
80-
TZ: America/Los_Angeles
81-
run: |
82-
git fetch --prune --unshallow
83-
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
84-
git fetch --all --tags
85-
git checkout tags/v0.1.7
86-
hugo \
87-
--gc \
88-
--theme PaperMod \
89-
--minify \
90-
--baseURL "${{ steps.pages.outputs.base_url }}/v0.1.7/" \
91-
--destination ./public/v0.1.7
92-
- name: Build with Hugo v0.1.6
93-
env:
94-
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
95-
HUGO_ENVIRONMENT: production
96-
TZ: America/Los_Angeles
97-
run: |
98-
git fetch --prune --unshallow
99-
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
100-
git fetch --all --tags
101-
git checkout tags/v0.1.6
102-
hugo \
103-
--gc \
104-
--theme PaperMod \
105-
--minify \
106-
--baseURL "${{ steps.pages.outputs.base_url }}/v0.1.6/" \
107-
--destination ./public/v0.1.6
10860
- name: Build with Hugo version
10961
env:
11062
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ kci-dev = 'kcidev.main:run'
4242

4343
[tool.poetry.urls]
4444
"Issue Tracker" = "https://github.com/kernelci/kci-dev/issues"
45-
Documentation = "https://kci.dev/v0.1.8"
45+
Documentation = "https://kci.dev"
4646
Changelog = "https://github.com/kernelci/kci-dev/releases"
4747

4848
[tool.poetry.group.ci.dependencies]

0 commit comments

Comments
 (0)