Skip to content

Commit

Permalink
push previews
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Jul 9, 2023
1 parent e93656f commit ef3901c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,12 @@ for file in files
rm(file)
end

deploydocs(
repo = "github.com/FourierFlows/FourierFlowsDocumentation.git",
versions = ["stable" => "v^", "v#.#.#", "dev" => "dev"],
forcepush = true,
push_preview = true,
repo_previews = "github.com/FourierFlows/FourierFlows.jl.git",
devbranch = "main"
)
withenv("GITHUB_REPOSITORY" => "FourierFlows/FourierFlowsDocumentation") do
deploydocs(
repo = "github.com/FourierFlows/FourierFlowsDocumentation.git",
versions = ["stable" => "v^", "v#.#.#", "dev" => "dev"],
forcepush = true,
push_preview = true,
devbranch = "main"
)
end

0 comments on commit ef3901c

Please sign in to comment.