We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3eb3f commit 8c3205fCopy full SHA for 8c3205f
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}
21
- name: Get changed files
22
id: changed-files
23
- # source: https://stackoverflow.com/a/74268200
+ # source: https://stackoverflow.com/a/74268200, added filtering for markdown files
24
run: |
25
if ${{ github.event_name == 'pull_request' }}; then
26
changed_files=$(git diff --name-only -r HEAD^1 HEAD -z | grep '\.md$' -zZ | xargs -0)
content/news/050/index.md
@@ -5,7 +5,6 @@ date = 2024-05-03
5
draft = true
6
+++
7
8
-
9
<!-- no toc -->
10
11
<!-- Check the post with markdownlint-->
0 commit comments