Skip to content

Commit

Permalink
Update make.jl with target to biuld
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Apr 8, 2024
1 parent dd086fa commit 0aebd1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ makedocs(;

deploydocs(;
repo = "https://github.com/TidierOrg/Tidier.jl",
target="build", # this is where Vitepress stores its output
branch = "gh-pages",
devbranch = "main",
push_preview = true,
)

Expand Down

0 comments on commit 0aebd1b

Please sign in to comment.