Skip to content

Commit

Permalink
stop prerender in deploy.yml (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisman authored Jul 20, 2020
1 parent 2578e08 commit 356cc73
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 @@ -46,7 +46,7 @@ jobs:
using NodeJS; run(`$(npm_cmd()) install highlight.js`);
using Franklin;
Pkg.activate("."); Pkg.instantiate();
optimize()'
optimize(prerender=false)'
- name: Deploy (pull request previews)
if: github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name # if this is a pull request build AND the pull request is NOT made from a fork
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down

0 comments on commit 356cc73

Please sign in to comment.