Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Feb 22, 2024
1 parent 3d6dfe9 commit a725dee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
shell: julia --project=docs/ --color=yes {0}
run: |
using Pkg
println("Current directory: ", pwd())
println(run(`ls -la`))
include("etc/add_oscar.jl")
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
Expand Down

0 comments on commit a725dee

Please sign in to comment.