Skip to content

Commit

Permalink
Update FAQ updater action
Browse files Browse the repository at this point in the history
I forgot to modify it to check for the YAML file instead of the JSON file
  • Loading branch information
Not-A-Normal-Robot authored May 8, 2024
1 parent a3e7f40 commit f27e51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_faq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update FAQ HTML
on:
push:
paths:
- 'data/faq.json'
- 'data/faq.yaml'
- 'data/faq-template.html'
- '.github/scripts/generate_faq_html.py'

Expand Down

0 comments on commit f27e51d

Please sign in to comment.