Skip to content

Commit

Permalink
add pkg.add swg.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
dmetivie committed Apr 23, 2024
1 parent 7ff46ac commit 2bacc8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
julia --project=docs/ -e '
using Pkg;
Pkg.add(url="https://github.com/dmetivie/SmoothPeriodicStatsModels.jl");
Pkg.add(url="https://github.com/dmetivie/StochasticWeatherGenerator.jl");
Pkg.develop(PackageSpec(path=pwd()));
Pkg.instantiate()'
- name: Build and deploy
Expand Down

0 comments on commit 2bacc8f

Please sign in to comment.