Skip to content

Commit

Permalink
Merge branch 'main' into community-link
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Jul 27, 2024
2 parents b455c54 + 08b8e91 commit d29f01c
Show file tree
Hide file tree
Showing 13 changed files with 332 additions and 122 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
- name: Install Julia
uses: julia-actions/setup-julia@v2
with:
version: 1.6
version: '1.10'

- uses: julia-actions/cache@v2

# This ensures that NodeJS and Franklin are loaded then it installs
# highlight.js which is needed for the prerendering step.
Expand All @@ -58,7 +60,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
Loading

0 comments on commit d29f01c

Please sign in to comment.