Skip to content

Commit 0184c9f

Browse files
authored
Merge pull request #10 from unfoldtoolbox/animation
added animation to landing page
2 parents e1895b6 + 4b5dbe2 commit 0184c9f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ makedocs(;
4444
],
4545
)
4646

47-
deploydocs(; repo = "github.com/unfoldtoolbox/UnfoldMixedModels.jl")
47+
deploydocs(; repo = "github.com/unfoldtoolbox/UnfoldMixedModels.jl",push_preview = true)

docs/src/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Welcome to [UnfoldMixedModels.jl](https://github.com/unfoldtoolbox/UnfoldMixedMo
88
This is an standalone-addon to `Unfold.jl` with similar syntax, but optimized for LMMs / Hierarchical Models.
99

1010
```@raw html
11-
<div style="width:60%; margin: auto;">
11+
<div style="width:80%; margin: auto;">
12+
<img src="https://cloud.s-ccs.de/public.php/dav/files/D5MmD9aJpX6Wa9g"/>
1213
</div>
1314
```
1415

0 commit comments

Comments
 (0)