File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 76
76
- name : Build manpages
77
77
uses : Analog-inc/asciidoctor-action@master
78
78
with :
79
- shellcommand : " make manpages"
79
+ shellcommand : " make -B manpages SOURCE_DATE_EPOCH=\" $(date +%s --utc --date \" $(grep -m1 -o -E 'Date: .*' man/shard.yml.5 | cut -d' ' -f2)\" )\" "
80
+ - name : Ensure no changes
81
+ run : git diff --exit-code
Original file line number Diff line number Diff line change 1
1
'\" t
2
2
.\" Title: shard.yml
3
3
.\" Author: [see the "AUTHOR(S)" section]
4
- .\" Generator: Asciidoctor 2.0.18
4
+ .\" Generator: Asciidoctor 2.0.17
5
5
.\" Date: 2023-04-07
6
6
.\" Manual: File Formats
7
7
.\" Source: shards 0.17.3
Original file line number Diff line number Diff line change 1
1
'\" t
2
2
.\" Title: shards
3
3
.\" Author: [see the "AUTHOR(S)" section]
4
- .\" Generator: Asciidoctor 2.0.18
4
+ .\" Generator: Asciidoctor 2.0.17
5
5
.\" Date: 2023-04-07
6
6
.\" Manual: Shards Manual
7
7
.\" Source: shards 0.17.3
@@ -200,7 +200,9 @@ Disables colored output.
200
200
.sp
201
201
\-\- local
202
202
.RS 4
203
- Don\(cq t update remote repositories, use the local cache only.
203
+ Do not update remote repository cache. Instead, Shards will use the local copies
204
+ already present in the cache (see \fB SHARDS_CACHE_PATH \fP ).
205
+ The command will fail if a depedency is unavailable in the cache.
204
206
.RE
205
207
.sp
206
208
\- q, \-\- quiet
You can’t perform that action at this time.
0 commit comments