File tree Expand file tree Collapse file tree 1 file changed +24
-23
lines changed
Expand file tree Collapse file tree 1 file changed +24
-23
lines changed Original file line number Diff line number Diff line change 1010 - docs/*
1111 - Project.toml
1212jobs :
13- name : Documentation
14- runs-on : ubuntu-latest
15- steps :
16- - uses : actions/checkout@v2
17- - uses : julia-actions/setup-julia@latest
18- with :
19- version : ' 1.6'
20- - name : Install dependencies
21- run : |
22- sudo apt install libxt6 libxrender1 libxext6 libgl1-mesa-glx libqt5widgets5
23- run : |
24- julia --project=docs -e '
25- using Pkg
26- Pkg.instantiate()
27- Pkg.develop(PackageSpec(path=pwd()))
28- Pkg.instantiate()'
29- - name : Build and deploy
30- env :
31- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32- DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
33- run : julia --project=docs --code-coverage=user docs/make.jl
34- - uses : julia-actions/julia-processcoverage@v1
35- - uses : codecov/codecov-action@v1
13+ docs :
14+ name : Documentation
15+ runs-on : ubuntu-latest
16+ steps :
17+ - uses : actions/checkout@v2
18+ - uses : julia-actions/setup-julia@latest
19+ with :
20+ version : ' 1.6'
21+ - name : Install dependencies
22+ run : |
23+ sudo apt install libxt6 libxrender1 libxext6 libgl1-mesa-glx libqt5widgets5
24+ run : |
25+ julia --project=docs -e '
26+ using Pkg
27+ Pkg.instantiate()
28+ Pkg.develop(PackageSpec(path=pwd()))
29+ Pkg.instantiate()'
30+ - name : Build and deploy
31+ env :
32+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33+ DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
34+ run : julia --project=docs --code-coverage=user docs/make.jl
35+ - uses : julia-actions/julia-processcoverage@v1
36+ - uses : codecov/codecov-action@v1
You can’t perform that action at this time.
0 commit comments