We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7795278 commit d77129cCopy full SHA for d77129c
.github/workflows/ci.yml
@@ -39,7 +39,13 @@ jobs:
39
if: ${{ steps.changed-files.outputs.changed_files != '' }}
40
with:
41
fail: true
42
- args: --verbose --no-progress --accept '100..=103,200..=299,300..=399' --exclude todo ${{ steps.changed-files.outputs.changed_files }}
+ 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 }}
49
- name: Install Zola
50
run: |
51
curl -L ${BASE_URL}/${VERS}/zola-${VERS}-${ARCH}.tar.gz | tar -xz
content/news/050/index.md
@@ -5,6 +5,7 @@ date = 2024-05-03
5
draft = true
6
+++
7
8
+
9
<!-- no toc -->
10
11
<!-- Check the post with markdownlint-->
0 commit comments