Skip to content

Commit

Permalink
Update build-site.yml
Browse files Browse the repository at this point in the history
escape?
  • Loading branch information
KommuSoft authored Oct 14, 2024
1 parent 8c2637f commit 337e622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: checkout code
uses: actions/checkout@v2.3.1
- name: look for todos
run: "! grep -Pz '\n\n```\n' */*.md"
run: "! grep -Pz '\\n\\n```\\n' */*.md"

linux4:
name: Deploy website
Expand Down

0 comments on commit 337e622

Please sign in to comment.