File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
with :
18
18
version : ' 1.9'
19
19
- name : Install dependencies
20
- # run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
20
+ run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
21
21
# use forked DemoCards.jl while this PR isn't merged and tagged: https://github.com/JuliaDocs/DemoCards.jl/pull/157
22
- run : julia --project=docs/ -e 'using Pkg; Pkg.add(url="https://github.com/brucala/DemoCards.jl", rev="transitiongrid-theme"); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
22
+ # run: julia --project=docs/ -e 'using Pkg; Pkg.add(url="https://github.com/brucala/DemoCards.jl", rev="transitiongrid-theme"); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
23
23
- name : Build and deploy
24
24
env :
25
25
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments