Skip to content

Commit af2ba51

Browse files
docs: pin hugo version & add changelog for version 0.30.1
1 parent ceff435 commit af2ba51

5 files changed

Lines changed: 23 additions & 5 deletions

File tree

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Hugo
4040
uses: peaceiris/actions-hugo@v3
4141
with:
42-
hugo-version: 'latest'
42+
hugo-version: '0.145.0'
4343
extended: true
4444

4545
- name: Build

.github/workflows/release-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Hugo
3434
uses: peaceiris/actions-hugo@v3
3535
with:
36-
hugo-version: 'latest'
36+
hugo-version: '0.145.0'
3737
extended: true
3838

3939
- name: Build for GitHub Pages

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ $(GOBIN)/golangci-lint: verify $(GOBIN)/eget
9191
@echo "[*] $@"
9292
"$(GOBIN)/eget" golangci/golangci-lint --tag v1.64.8 --asset=tar.gz --upgrade-only --to '$(GOBIN)'
9393

94+
$(GOBIN)/hugo: $(GOBIN)/eget
95+
@echo "[*] $@"
96+
"$(GOBIN)/eget" gohugoio/hugo --tag 0.145.0 --upgrade-only --asset=extended_0 --to '$(GOBIN)'
97+
9498
prepare_build: verify download
9599
@echo "[*] $@"
96100

@@ -272,7 +276,7 @@ generate-config-reference: build
272276
$(abspath $(BINARY)) generate --config-reference --to $(CONFIG_REFERENCE_DIR)
273277

274278
.PHONY: documentation
275-
documentation: generate-jsonschema generate-config-reference
279+
documentation: generate-jsonschema generate-config-reference $(GOBIN)/hugo
276280
@echo "[*] $@"
277281
cd docs && hugo --minify
278282

@@ -301,7 +305,7 @@ checklinks:
301305
muffet -b 8192 --max-connections-per-host=8 \
302306
--exclude="(linux\.die\.net|scoop\.sh|0-18)" \
303307
--header="User-Agent: Muffet/$$(muffet --version)" \
304-
http://localhost:1313/resticprofile/
308+
http://127.0.0.1:1313/resticprofile/
305309

306310
.PHONY: lint
307311
lint: $(GOBIN)/golangci-lint

docs/content/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ title: Release Notes
55
weight: 8
66
---
77

8+
# v0.30.1 (2025-05-05)
9+
10+
## 🐛 Bug fix release 🐞
11+
12+
This releases fixes a regression bug when scheduling `system` tasks with `systemd`: in some cases the HOME directory was replaced by the home directory of the user who ran the `sudo` command
13+
14+
Bug report: https://github.com/creativeprojects/resticprofile/issues/493
15+
16+
17+
## Changelog
18+
* [fix root home regression bug in 0.30.0 (#497)](https://github.com/creativeprojects/resticprofile/commit/ceff435459d5a1327af6e5e1f449957b5a8166a3)
19+
20+
21+
822
# v0.30.0 (2025-04-04)
923

1024
## 🌱 Spring release 🌸

docs/themes/hugo-theme-relearn

Submodule hugo-theme-relearn updated 598 files

0 commit comments

Comments
 (0)