Skip to content

Commit

Permalink
Fix Frankling to 0.9.13 to fix code. (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored Sep 14, 2020
1 parent 42af238 commit e075d9a
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 -e '
using Pkg;
Pkg.add("NodeJS");
Pkg.add(PackageSpec(name="Franklin",version="0.9"));
Pkg.add(PackageSpec(name="Franklin",version="0.9.13"));
using NodeJS; run(`$(npm_cmd()) install highlight.js`);
using Franklin; optimize();
cp(joinpath("__site", "feed.xml"), joinpath("__site", "index.xml"))'
Expand Down

0 comments on commit e075d9a

Please sign in to comment.