Skip to content

Commit 8d6e5ed

Browse files
committed
Debug documentation.
1 parent ddb54b6 commit 8d6e5ed

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ animation
1717
*.json
1818
*.jld2
1919
test*
20+
docs/build/

docs/make.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ makedocs(;
99
"Types"=>type_page
1010
],
1111
checkdocs = :none
12+
)
13+
14+
deploydocs(
15+
repo = "github.com/CFDML/KitAMR.jl.git",
1216
)

0 commit comments

Comments
 (0)