about summary refs log tree commit diff homepage
path: root/.build.jl
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-23 13:52:39 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-23 14:05:30 +0700
commitc9e639f71b686093e6b53097f0accc0cfbb77303 (patch)
tree90b767511c8ba7309e58df441f77c56e35c6c10a /.build.jl
parent477157b0ecb5f24936c453a0ec93c2f71ed67237 (diff)
downloadsite-c9e639f71b686093e6b53097f0accc0cfbb77303.tar.gz
Use system's Node.js
This spares the CI from having to fetch steam-run
and the whole graphic stacks it depends on.
Diffstat (limited to '.build.jl')
-rw-r--r--.build.jl4
1 files changed, 0 insertions, 4 deletions
diff --git a/.build.jl b/.build.jl
index 8b7a09b..52bbec3 100644
--- a/.build.jl
+++ b/.build.jl
@@ -1,10 +1,6 @@
 import Pkg
 Pkg.instantiate()
 
-using NodeJS
-run(`$(npm_cmd()) install highlight.js`)
-
 using Franklin
 optimize(clear=true, no_fail_prerender=false,
          suppress_errors=false, fail_on_warning=true)
-rm("__site/libs", recursive=true)