Skip to content

Commit

Permalink
ci: remove --debug --templateMetrics --templateMetricsHints
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 10, 2021
1 parent fbcf863 commit f071914
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
hugo --minify \
--themesDir ../../ \
--baseURL "${BASE_URL}" \
--i18n-warnings --path-warnings --debug \
--templateMetrics --templateMetricsHints
--i18n-warnings --path-warnings
wget -O ./public/report.html "${BASE_URL}/report.html" || true
- name: Deploy
Expand Down

0 comments on commit f071914

Please sign in to comment.