File tree Expand file tree Collapse file tree 7 files changed +14
-395
lines changed Expand file tree Collapse file tree 7 files changed +14
-395
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,12 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v2
15
- - uses : julia-actions/setup-julia@latest
15
+ - uses : julia-actions/setup-julia@v1
16
16
with :
17
17
version : ' 1'
18
- - name : Install dependencies
19
- run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
20
- - name : Build and deploy
18
+ - uses : julia-actions/julia-buildpkg@v1
19
+ - uses : julia-actions/julia-docdeploy@v1
21
20
env :
22
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
23
22
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
24
- run : julia --project=docs/ docs/make.jl
23
+ JULIA_DEBUG : Documenter # Print `@debug` statements (https://github.com/JuliaDocs/Documenter.jl/issues/955)
Original file line number Diff line number Diff line change 2
2
* .jl. * .cov
3
3
* .jl.mem
4
4
deps /deps.jl
5
- / Manifest.toml
5
+ Manifest.toml
You can’t perform that action at this time.
0 commit comments