Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgordonbell committed Oct 17, 2023
1 parent 9c73d7a commit ede0b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/summarize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
git restore ./blog/_posts/2029-01-01-checklist.md
npm install -g markdownlint-cli
markdownlint --fix "./blog/_posts/*.md" && false
markdownlint --fix "./blog/_posts/*.md" || true
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit ede0b58

Please sign in to comment.