Skip to content

Commit

Permalink
Merge pull request #303 from FourierFlows/ncc/force-push
Browse files Browse the repository at this point in the history
Force push when deploying Docs
  • Loading branch information
navidcy authored Sep 2, 2022
2 parents 310decb + 0663e50 commit eb30841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ withenv("GITHUB_REPOSITORY" => "FourierFlows/GeophysicalFlowsDocumentation") do
deploydocs( repo = "github.com/FourierFlows/GeophysicalFlowsDocumentation.git",
versions = ["stable" => "v^", "v#.#.#", "dev" => "dev"],
push_preview = false,
forcepush = true,
devbranch = "main"
)
end

0 comments on commit eb30841

Please sign in to comment.