Update docs.yml
This commit is contained in:
parent
4c5565ffbb
commit
fbe92a6be2
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
@ -2,6 +2,7 @@ name: docs
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build docs:
|
Build docs:
|
||||||
@ -24,10 +25,13 @@ jobs:
|
|||||||
|
|
||||||
- name: build documentation
|
- name: build documentation
|
||||||
run: |
|
run: |
|
||||||
|
pwd
|
||||||
cd ..
|
cd ..
|
||||||
|
pwd
|
||||||
git clone https://github.com/JuliaPlots/PlotDocs.jl.git
|
git clone https://github.com/JuliaPlots/PlotDocs.jl.git
|
||||||
cd PlotsDocs.jl
|
cd PlotsDocs.jl
|
||||||
xvfb-run julia --color=yes --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
|
pwd
|
||||||
|
xvfb-run julia --color=yes --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.develop(PackageSpec(path=joinpath("..", "Plots.jl"))); Pkg.instantiate()'
|
||||||
xvfb-run julia --color=yes --project=docs/ docs/make.jl
|
xvfb-run julia --color=yes --project=docs/ docs/make.jl
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user