Skip to content

Commit

Permalink
deploy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Jul 6, 2020
1 parent 42b1450 commit e60a5cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
# specific arguments, see the documentation or ?optimize in the REPL.
- name: Build site
run: julia -e '
using Pkg; Pkg.add(["NodeJS", "[email protected]"]);
using Pkg;
Pkg.add("NodeJS");
Pkg.add(PackageSpec(name="Franklin",version="0.8"));
using NodeJS; run(`$(npm_cmd()) install highlight.js`);
using Franklin; optimize();
cp(joinpath("__site", "feed.xml"), joinpath("__site", "index.xml"))'
Expand Down
6 changes: 3 additions & 3 deletions blog/2019/08/2019-julia-survey.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
We conducted the first annual Julia User & Developer Survey in June, and the [results](/assets/images/2019-julia-user-developer-survey.pdf) were presented by [Viral Shah at JuliaCon on July 23](https://youtu.be/yx6lBSHqGfc).

~~~
<object width="100%" height="400" data="/assets/images/2019-julia-user-developer-survey.pdf" type="application/pdf">
<embed src="/assets/images/2019-julia-user-developer-survey.pdf" type="application/pdf" />
</object>
<object width="100%" height="400" data="/assets/images/2019-julia-user-developer-survey.pdf" type="application/pdf">
<embed src="/assets/images/2019-julia-user-developer-survey.pdf" type="application/pdf" />
</object>
~~~

Special thanks to all who participated in the survey!
Expand Down

0 comments on commit e60a5cd

Please sign in to comment.