Skip to content

Commit f0a094c

Browse files
committed
Fix deploy docs comments
1 parent 6515490 commit f0a094c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/make.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ makedocs(
114114
]
115115
)
116116

117-
# deploydocs(
118-
# repo="github.com/awslabs/palace.git",
119-
# devbranch="main",
120-
# push_preview=true,
121-
# forcepush=true
122-
# )
117+
deploydocs(
118+
repo="github.com/awslabs/palace.git",
119+
devbranch="main",
120+
push_preview=true,
121+
forcepush=true
122+
)

0 commit comments

Comments
 (0)