We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8bb0d commit 97aa0e5Copy full SHA for 97aa0e5
.github/workflows/ci.yml
@@ -46,6 +46,7 @@ jobs:
46
--exclude '[^\w]todo[^\w]?'
47
--exclude 'https://(www\.|old\.)?reddit\.com'
48
--exclude 'https://www.patreon.com'
49
+ --exclude 'https://gamedev.social'
50
${{ steps.changed-files.outputs.changed_files }}
51
- name: Install Zola
52
run: |
0 commit comments