Skip to content

Commit 3a1092a

Browse files
authored
Merge pull request #6 from LAMPSPUC/develop
add deploydocs do make.jl
2 parents c980b22 + 13a1d94 commit 3a1092a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/make.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ makedocs(
3737
# Documenter can also automatically deploy documentation to gh-pages.
3838
# See "Hosting Documentation" and deploydocs() in the Documenter manual
3939
# for more information.
40-
#=deploydocs(
41-
repo = "<repository url>"
42-
)=#
40+
deploydocs(
41+
repo="github.com/LAMPSPUC/PWF.jl.git",
42+
push_preview = true
43+
)

0 commit comments

Comments
 (0)