Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cfarm6 authored Aug 14, 2023
1 parent 872e7ad commit a825582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
julia --project=docs/ -e '
using Pkg
Pkg.develop([
PackageSpec(path=pwd())
PackageSpec(url="https://github.com/cfarm6/ContinuumMechanicsBase.jl.git"),
PackageSpec(url="https://github.com/cfarm6/InverseLangevinApproximations.jl.git"),
PackageSpec(path=pwd())
])
Pkg.instantiate()'
- uses: julia-actions/julia-buildpkg@v1
Expand All @@ -41,4 +41,4 @@ jobs:
using Documenter: DocMeta, doctest
using Hyperelastics
DocMeta.setdocmeta!(Hyperelastics, :DocTestSetup, :(using Hyperelastics); recursive=true)
doctest(Hyperelastics)'
doctest(Hyperelastics)'

0 comments on commit a825582

Please sign in to comment.