Skip to content

Commit 8442f8e

Browse files
committed
Exclude some stuff
1 parent d77129c commit 8442f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
--verbose
4444
--no-progress
4545
--accept '100..=103,200..=299,300..=399'
46-
--exclude todo
47-
--remap 'https://(www\.)?reddit\.com https://old.reddit.com'
46+
--exclude '[^\w]todo[^\w]?'
47+
--exclude 'https://(www\.|old\.)?reddit\.com'
4848
${{ steps.changed-files.outputs.changed_files }}
4949
- name: Install Zola
5050
run: |

0 commit comments

Comments
 (0)