Skip to content

Commit

Permalink
Prepare for merging into main
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed Sep 18, 2023
1 parent cefb1c7 commit 113f9be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Documentation
on:
push:
branches:
- iu/api # main # update to match your development branch (master, main, dev, trunk, ...)
- main # update to match your development branch (master, main, dev, trunk, ...)
tags: '*'
pull_request:

Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ makedocs(

deploydocs(
repo = "github.com/PTsolvers/FastIce.jl.git",
devbranch = "iu/api" #"main"
devbranch = "main"
)

0 comments on commit 113f9be

Please sign in to comment.