diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index b72dc89..ede4520 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -34,7 +34,7 @@ jobs: # Julia packages which may be required to successfully build your site. # The last line should be `optimize()` though you may want to give it # specific arguments, see the documentation or ?optimize in the REPL. - - run: julia -e ' + - run: cd JuliaWorkshop && julia -e ' using Pkg; Pkg.activate("."); Pkg.instantiate(); using NodeJS; run(`$(npm_cmd()) install highlight.js`); using Franklin;