Skip to content

Commit f0c6ede

Browse files
authored
Merge pull request #161 from ComputationalPsychiatry/dev
minor update
2 parents da1d733 + aa4465c commit f0c6ede

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.github/workflows/TagBot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@ jobs:
2828
- uses: JuliaRegistries/TagBot@v1
2929
with:
3030
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 }}

.github/workflows/documentation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ on:
1212

1313
jobs:
1414
build:
15-
env:
16-
JULIA_NUM_THREADS: 2
1715
# These permissions are needed to:
1816
# - Deploy the documentation: https://documenter.juliadocs.org/stable/man/hosting/#Permissions
1917
# - Delete old caches: https://github.com/julia-actions/cache#usage
@@ -38,6 +36,7 @@ jobs:
3836
- name: Build and deploy
3937
run: julia --project=docs --code-coverage=user docs/make.jl
4038
env:
39+
JULIA_NUM_THREADS: 2
4140
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4241
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
4342
- uses: julia-actions/julia-processcoverage@v1

docs/Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ActionModels = "320cf53b-cc3b-4b34-9a10-0ecb113566a3"
44
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
55
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
66
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
7+
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
78
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
89
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
910
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
@@ -12,3 +13,6 @@ ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
1213
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
1314
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1415
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
16+
17+
[compat]
18+
Documenter = "1.11"

docs/julia_files/README.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://ilabcode.github.io/ActionModels.jl)
2-
# [![Build Status](https://github.com/ilabcode/ActionModels.jl/actions/workflows/CI_full.yml/badge.svg?branch=main)](https://github.com/ilabcode/ActionModels.jl/actions/workflows/CI_full.yml?query=branch%3Amain)
3-
# [![Coverage](https://codecov.io/gh/ilabcode/ActionModels.jl/branch/main/graph/badge.svg?token=NVFiiPydFA)](https://codecov.io/gh/ilabcode/ActionModels.jl)
1+
# [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://ComputationalPsychiatry.github.io/ActionModels.jl)
2+
# [![Build Status](https://github.com/ComputationalPsychiatry/ActionModels.jl/actions/workflows/CI_full.yml/badge.svg?branch=main)](https://github.com/ComputationalPsychiatry/ActionModels.jl/actions/workflows/CI_full.yml?query=branch%3Amain)
3+
# [![Coverage](https://codecov.io/gh/ComputationalPsychiatry/ActionModels.jl/branch/main/graph/badge.svg?token=NVFiiPydFA)](https://codecov.io/gh/ComputationalPsychiatry/ActionModels.jl)
44
# [![License: GNU](https://img.shields.io/badge/License-GNU-yellow)](<https://www.gnu.org/licenses/>)
55
# [![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
66

0 commit comments

Comments
 (0)