We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14e0ef commit c0a7173Copy full SHA for c0a7173
.github/workflows/ci.yml
@@ -48,6 +48,7 @@ jobs:
48
--exclude 'https://www.patreon.com'
49
--exclude 'https://gamedev.social'
50
--exclude 'dev.epicgames.com'
51
+ --exclude-path 'assets/logo/readme.md'
52
${{ steps.changed-files.outputs.changed_files }}
53
- name: Install Zola
54
run: |
0 commit comments