Skip to content

Commit

Permalink
Hot fix to remove highlight deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart authored Mar 22, 2021
1 parent ceb91d6 commit e6b669a
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 @@ -47,7 +47,7 @@ jobs:
run: julia --project -e '
using Pkg; Pkg.instantiate();
using NodeJS; run(`$(npm_cmd()) install highlight.js`);
using Franklin; optimize();
using Franklin; optimize(prerender=false);
cp(joinpath("__site", "feed.xml"), joinpath("__site", "index.xml"))'
- name: Deploy (preview)
if: github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name # if this build is a PR build and the PR is NOT from a fork
Expand Down

1 comment on commit e6b669a

@tlienart
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.