Skip to content

Commit

Permalink
anouther attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Jul 25, 2024
1 parent 289c7f0 commit 61f23b6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ jobs:
with:
version: '1.10.4'
- name: Install dependencies
shell: julia --project=docs/ {0}
run: |
using Pkg
Pkg.develop(path="./GNNGraphs")
Pkg.develop(path=".")
Pkg.instantiate()
run: julia --project=docs/ -e '
using Pkg;
Pkg.develop([PackageSpec(path=joinpath(pwd(), "GNNGraphs"))]);
Pkg.instantiate();'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
Expand Down

0 comments on commit 61f23b6

Please sign in to comment.