Skip to content

Commit

Permalink
Update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Feb 8, 2024
1 parent edd294a commit df2300d
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:
- lr/doc-ci # 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 @@ -21,6 +21,6 @@ makedocs(

deploydocs(
repo = "github.com/PTsolvers/Chmy.jl.git",
devbranch = "lr/doc-ci",
devbranch = "main",
push_preview = true
)

0 comments on commit df2300d

Please sign in to comment.