Skip to content

Commit

Permalink
suppress_errors=false (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Jul 19, 2024
1 parent aee677d commit b78fd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
using NodeJS; run(`$(npm_cmd()) install highlight.js`);
using Franklin;
Franklin.HIGHLIGHTJS[] = abspath(joinpath("_libs", "highlight", "highlight.min.js"));
Franklin.optimize(prerender=true, minify=false);
Franklin.optimize(prerender=true, minify=false, suppress_errors=false);
cp(joinpath("__site", "feed.xml"), joinpath("__site", "index.xml"))' > build.log
cat build.log
Expand Down

0 comments on commit b78fd62

Please sign in to comment.