Skip to content

Commit d77129c

Browse files
committed
Refactor
1 parent 7795278 commit d77129c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: .github/workflows/ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@ jobs:
3939
if: ${{ steps.changed-files.outputs.changed_files != '' }}
4040
with:
4141
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 }}
4349
- name: Install Zola
4450
run: |
4551
curl -L ${BASE_URL}/${VERS}/zola-${VERS}-${ARCH}.tar.gz | tar -xz

Diff for: content/news/050/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ date = 2024-05-03
55
draft = true
66
+++
77

8+
89
<!-- no toc -->
910

1011
<!-- Check the post with markdownlint-->

0 commit comments

Comments
 (0)