File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,12 @@ jobs:
15
15
- uses : julia-actions/setup-julia@latest
16
16
with :
17
17
version : ' 1.10.4'
18
- - name : Install dependencies
19
- shell : julia --project=docs/ {0}
20
- run : |
21
- using Pkg
22
- # dev mono repo versions
23
- pkg"registry up"
24
- Pkg.update()
25
- pkg"dev ./GNNGraphs ."
26
- - name : Build and deploy
18
+ - name : Install dependencies, build and deploy
27
19
env :
28
20
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
29
21
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
30
- run : julia --project=docs/ docs/make.jl
22
+ shell : julia --project=docs/ {0}
23
+ run : |
24
+ using Pkg
25
+ pkg"dev ./ ./GNNGraphs"
26
+ include("docs/make.jl")
You can’t perform that action at this time.
0 commit comments