We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c720a commit 406589aCopy full SHA for 406589a
.github/workflows/Deploy.yml
@@ -49,7 +49,7 @@ jobs:
49
include("./_assets/scripts/init_dynamics.jl");
50
using Franklin;
51
using CSV;
52
- optimize(clear=true, minify=false)
+ optimize(clear=true, minify=false);
53
lunr();
54
'
55
- name: Build and Deploy
0 commit comments