Skip to content

Commit

Permalink
hopefully working, easy to read, multi-line muffet call #259
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Aug 4, 2020
1 parent d108cd0 commit e9e77f9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,16 @@ jobs:
- name: Run Muffet link checkier
run: |
muffet http://localhost:1313 \
--buffer-size 50000 --timeout 15 --concurrency 1 --ignore-fragments --exclude ".*demo\.app\.medicmobile\.org.*" --exclude ".*download\.docker\.com.*" --exclude ".*www\.npmjs\.com/org/medic/team/developers" --exclude ".*github\.com/medic/cht-docs/issues/new.*" --exclude ".*localhost:5984.*"
--buffer-size 50000 \
--timeout 15 \
--concurrency 1 \
--ignore-fragments \
--exclude ".*demo\.app\.medicmobile\.org.*" \
--exclude ".*download\.docker\.com.*" \
--exclude ".*www\.npmjs\.com/org/medic/team/developers" \
--exclude ".*github\.com.*" \
--exclude ".*github\.com/medic/cht-docs/issues/new.*" \
--exclude ".*localhost:5984.*"
- name: Build for production with minify
run: env HUGO_ENV="production" hugo --minify
Expand Down

0 comments on commit e9e77f9

Please sign in to comment.