Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi committed Oct 25, 2024
1 parent 0109ff6 commit df8ab80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

# Build GNNGraphs docs
- name: Install dependencies for GNNGraphs
run: julia --project=docs/ -e '
run: julia --project=GNNGraphs/docs/ -e '
using Pkg;
Pkg.develop(PackageSpec(path=joinpath(pwd(), "GNNGraphs")));
Pkg.instantiate();'
Expand Down

0 comments on commit df8ab80

Please sign in to comment.