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 4eaccea commit 6cc2181
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ jobs:
--html-keep-end-tags \
--html-keep-quotes \
--verbose \
--recursive --output ./_site/ --match "*.html" ./_site/
--recursive --output "./_site/" --match "*.html" "./_site/"
- name: Minify JSON files
run: |
minify --type=application/json --recursive --output ./_site/ --match "*.json" ./_site/ --verbose || true \
minify --type=application/json --recursive --output "./_site/" --match "*.json" "./_site/" --verbose || true \
&& \
minify --type=application/json --output . ./_site/manifest.webmanifest --verbose || true
minify --type=application/manifest+json --output . "./_site/manifest.webmanifest" --verbose || true
- name: Checking HTML files
run: |
Expand Down

0 comments on commit 6cc2181

Please sign in to comment.