File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 28
28
- uses : JuliaRegistries/TagBot@v1
29
29
with :
30
30
token : ${{ secrets.GITHUB_TOKEN }}
31
- # Edit the following line to reflect the actual name of the GitHub Secret containing your private key
32
- ssh : ${{ secrets.DOCUMENTER_KEY }}
33
- # ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
31
+ ssh : ${{ secrets.DOCUMENTER_KEY }}
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
build :
15
- env :
16
- JULIA_NUM_THREADS : 2
17
15
# These permissions are needed to:
18
16
# - Deploy the documentation: https://documenter.juliadocs.org/stable/man/hosting/#Permissions
19
17
# - Delete old caches: https://github.com/julia-actions/cache#usage
38
36
- name : Build and deploy
39
37
run : julia --project=docs --code-coverage=user docs/make.jl
40
38
env :
39
+ JULIA_NUM_THREADS : 2
41
40
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42
41
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
43
42
- uses : julia-actions/julia-processcoverage@v1
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ ActionModels = "320cf53b-cc3b-4b34-9a10-0ecb113566a3"
4
4
CSV = " 336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
5
5
DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
6
6
Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
7
+ DocumenterTools = " 35a29f4d-8980-5a13-9543-d66fff28ecb8"
7
8
Enzyme = " 7da242da-08ed-463a-9acd-ee780be4f1d9"
8
9
Glob = " c27321d9-0574-5035-807b-f59d2c89b15c"
9
10
Literate = " 98b081ad-f1c9-55d3-8b20-4c87d4299306"
@@ -12,3 +13,6 @@ ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
12
13
StatsPlots = " f3b207a7-027a-5e70-b257-86293d7955fd"
13
14
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
14
15
Turing = " fce5fe82-541a-59a6-adf8-730c64b5f9a0"
16
+
17
+ [compat ]
18
+ Documenter = " 1.11"
Original file line number Diff line number Diff line change 1
- # [](https://ilabcode .github.io/ActionModels.jl)
2
- # [](https://github.com/ilabcode /ActionModels.jl/actions/workflows/CI_full.yml?query=branch%3Amain)
3
- # [](https://codecov.io/gh/ilabcode /ActionModels.jl)
1
+ # [](https://ComputationalPsychiatry .github.io/ActionModels.jl)
2
+ # [](https://github.com/ComputationalPsychiatry /ActionModels.jl/actions/workflows/CI_full.yml?query=branch%3Amain)
3
+ # [](https://codecov.io/gh/ComputationalPsychiatry /ActionModels.jl)
4
4
# [](<https://www.gnu.org/licenses/>)
5
5
# [](https://github.com/JuliaTesting/Aqua.jl)
6
6
You can’t perform that action at this time.
0 commit comments