Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
milanaryal committed Nov 2, 2023
1 parent 0e16ffb commit 9b69399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
--html-keep-end-tags \
--html-keep-quotes \
--verbose \
--recursive --output ./_site/ --match="\.html$" ./_site/
--recursive --match="\.html$" ./_site/
- name: Minify JSON files
run: |
Expand Down

0 comments on commit 9b69399

Please sign in to comment.