Skip to content

Commit

Permalink
add JSComp manually to docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Jun 13, 2024
1 parent 6a20a87 commit dd989e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
private_registry_uuid: 309a7822-a73e-4490-9504-7d1983f27685
- name: Install dependencies
run: julia --project=docs -e 'using Pkg;
Pkg.setprotocol!(; domain = "github.com", protocol = "ssh"); Pkg.develop(PackageSpec(path=pwd()));
Pkg.setprotocol!(; domain = "github.com", protocol = "ssh");
Pkg.add(PackageSpec(name = "JuliaSimCompiler", url = "https://github.com/JuliaComputing/JuliaSimCompiler.jl", rev = "master"));
Pkg.develop(PackageSpec(path=pwd()));
Pkg.instantiate()'
- name: Build and deploy
env:
Expand Down

0 comments on commit dd989e1

Please sign in to comment.