Skip to content

Commit

Permalink
copying feed.xml to index.xml for legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Mar 30, 2020
1 parent 1160fc7 commit b2daea7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
run: julia -e '
using Pkg; Pkg.add(["NodeJS", "Franklin"]);
using NodeJS; run(`$(npm_cmd()) install highlight.js`);
using Franklin; optimize()'
using Franklin; optimize();
cp(joinpath("__site", "feed.xml"), joinpath("__site", "index.xml"))'
- name: Deploy (preview)
if: github.event_name == 'pull_request'
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down

0 comments on commit b2daea7

Please sign in to comment.