We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5443571 commit 7795278Copy full SHA for 7795278
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ 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' ${{ steps.changed-files.outputs.changed_files }}
+ args: --verbose --no-progress --accept '100..=103,200..=299,300..=399' --exclude todo ${{ steps.changed-files.outputs.changed_files }}
43
- name: Install Zola
44
run: |
45
curl -L ${BASE_URL}/${VERS}/zola-${VERS}-${ARCH}.tar.gz | tar -xz
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