File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
- uses : actions/checkout@v3
21
21
22
22
- name : Generate Vanity Files
23
- uses : nikandfor/vanity-go@v0.3 .0
23
+ uses : nikandfor/vanity-go@v0.4 .0
24
24
with :
25
25
vanity_file : vanity.yaml
26
26
output_dir : _site
27
- generator_version : v0.3 .0
27
+ generator_version : v0.4 .0
28
28
29
29
- name : Setup Pages
30
30
uses : actions/configure-pages@v5
Original file line number Diff line number Diff line change @@ -2,14 +2,12 @@ modules:
2
2
- tlog.app/go/eazy
3
3
- tlog.app/go/errors
4
4
- 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
12
10
13
11
replace :
14
12
- prefix : tlog.app/go/
15
- repo : https://github.com/tlog-dev/
13
+ url : https://github.com/tlog-dev/
You can’t perform that action at this time.
0 commit comments