Skip to content

Commit

Permalink
go back to string macro
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter authored Jan 6, 2025
1 parent 77c2b57 commit 5811c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
# specific arguments, see the documentation or ?optimize in the REPL.
- run: julia -e '
using Pkg;
Pkg.Registry.add();
Pkg.Registry.add("https://github.com/Neuroblox/NeurobloxRegistry");
pkg"registry add General";
pkg"registry add https://github.com/Neuroblox/NeurobloxRegistry";
Pkg.activate(".");
Pkg.instantiate();
using NodeJS; run(`$(npm_cmd()) install highlight.js`);
Expand Down

0 comments on commit 5811c2f

Please sign in to comment.