File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 39
39
if : ${{ steps.changed-files.outputs.changed_files != '' }}
40
40
with :
41
41
fail : true
42
- args : --verbose --no-progress --accept '100..=103,200..=299,300..=399' --exclude todo ${{ steps.changed-files.outputs.changed_files }}
42
+ args : >-
43
+ --verbose
44
+ --no-progress
45
+ --accept '100..=103,200..=299,300..=399'
46
+ --exclude todo
47
+ --remap 'https://(www\.)?reddit\.com https://old.reddit.com'
48
+ ${{ steps.changed-files.outputs.changed_files }}
43
49
- name : Install Zola
44
50
run : |
45
51
curl -L ${BASE_URL}/${VERS}/zola-${VERS}-${ARCH}.tar.gz | tar -xz
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ date = 2024-05-03
5
5
draft = true
6
6
+++
7
7
8
+
8
9
<!-- no toc -->
9
10
10
11
<!-- Check the post with markdownlint-->
You can’t perform that action at this time.
0 commit comments