Skip to content

Commit

Permalink
Merge pull request #62 from JuliaComputing/rename
Browse files Browse the repository at this point in the history
follow a more julian naming convention
  • Loading branch information
baggepinnen authored Jun 13, 2024
2 parents 8d0a240 + dd989e1 commit fd7b8f8
Show file tree
Hide file tree
Showing 27 changed files with 3,216 additions and 326 deletions.
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
Loading

0 comments on commit fd7b8f8

Please sign in to comment.