Update docs.yml
This commit is contained in:
parent
aa32561fe8
commit
4f352d8e7c
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -45,9 +45,9 @@ jobs:
|
|||||||
- name: build documentation
|
- name: build documentation
|
||||||
env:
|
env:
|
||||||
PYTHON: ""
|
PYTHON: ""
|
||||||
JULIA_DEBUG: "Documenter"
|
|
||||||
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
|
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
|
||||||
run: |
|
run: |
|
||||||
|
# export JULIA_DEBUG=Documenter
|
||||||
export PLOTDOCS_ANSICOLOR=true
|
export PLOTDOCS_ANSICOLOR=true
|
||||||
export GKSwstype=nul # Plots.jl/issues/3664
|
export GKSwstype=nul # Plots.jl/issues/3664
|
||||||
xvfb-run julia --color=yes --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.add(PackageSpec(name="Plots", rev=split(ENV["GITHUB_REF"], "/", limit=3)[3])); Pkg.instantiate()'
|
xvfb-run julia --color=yes --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.add(PackageSpec(name="Plots", rev=split(ENV["GITHUB_REF"], "/", limit=3)[3])); Pkg.instantiate()'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user