Skip to content

Commit d2cbbce

Browse files
committed
vanity-go@v0.4.0
1 parent bf7dd3c commit d2cbbce

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.github/workflows/vanity.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- uses: actions/checkout@v3
2121

2222
- name: Generate Vanity Files
23-
uses: nikandfor/vanity-go@v0.3.0
23+
uses: nikandfor/vanity-go@v0.4.0
2424
with:
2525
vanity_file: vanity.yaml
2626
output_dir: _site
27-
generator_version: v0.3.0
27+
generator_version: v0.4.0
2828

2929
- name: Setup Pages
3030
uses: actions/configure-pages@v5

vanity.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ modules:
22
- tlog.app/go/eazy
33
- tlog.app/go/errors
44
- tlog.app/go/loc
5-
- tlog.app/go/tlog
6-
- module: tlog.app/go/tlog/cmd/tlog
7-
repo_root: tlog.app/go/tlog
8-
- module: tlog.app/go/tlog/ext/tlgin
9-
repo_root: tlog.app/go/tlog
10-
- module: tlog.app/go/tlog/ext/tlclick
11-
repo_root: tlog.app/go/tlog
5+
- tlog.app/go/tlog:
6+
- /
7+
- /cmd/tlog
8+
- /ext/tlgin
9+
- /ext/tlclick
1210

1311
replace:
1412
- prefix: tlog.app/go/
15-
repo: https://github.com/tlog-dev/
13+
url: https://github.com/tlog-dev/

0 commit comments

Comments
 (0)