Skip to content

Commit

Permalink
dev Symutils in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shashi committed Jan 30, 2021
1 parent 5e57a14 commit e8d56c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/DeployPage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
# `@def prepath = "YourPackage.jl/web"`
- run: julia -e '
using Pkg;
Pkg.add(["NodeJS", "PkgPage", "DataFrames"]);
Pkg.add(["NodeJS", "PkgPage"]);
Pkg.develop("SymbolicUtils");
using NodeJS;
run(`$(npm_cmd()) install highlight.js purgecss`);
import PkgPage;
Expand Down

0 comments on commit e8d56c3

Please sign in to comment.