From e0073127d85f85342e030941a682c283ff53d6f9 Mon Sep 17 00:00:00 2001 From: Mia Kramer Date: Sun, 15 Sep 2024 13:56:46 -0700 Subject: [PATCH] Update GitHub workflow --- .github/workflows/Deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;