File tree 2 files changed +7
-17
lines changed
2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 12
12
- uses : JuliaRegistries/TagBot@v1
13
13
with :
14
14
token : ${{ secrets.GITHUB_TOKEN }}
15
+ ssh : ${{ secrets.DOCUMENTER_KEY }}
Original file line number Diff line number Diff line change @@ -56,24 +56,13 @@ jobs:
56
56
runs-on : ubuntu-latest
57
57
steps :
58
58
- uses : actions/checkout@v2
59
- - uses : julia-actions/setup-julia@v1
59
+ - uses : julia-actions/setup-julia@latest
60
60
with :
61
- version : ' 1'
62
- - run : |
63
- git config --global user.name name
64
- git config --global user.email email
65
- git config --global github.user username
66
- - run : |
67
- julia --project=docs -e '
68
- using Pkg
69
- Pkg.develop(PackageSpec(path=pwd()))
70
- Pkg.instantiate()'
71
- - run : |
72
- julia --project=docs -e '
73
- using Documenter: doctest
74
- using LLVM
75
- doctest(LLVM)'
76
- - run : julia --project=docs docs/make.jl
61
+ version : ' 1.4'
62
+ - name : Install dependencies
63
+ run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
64
+ - name : Build and deploy
77
65
env :
78
66
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
79
67
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
68
+ run : julia --project=docs/ docs/make.jl
You can’t perform that action at this time.
0 commit comments