Skip to content

Commit

Permalink
Fix CI docs building (#47)
Browse files Browse the repository at this point in the history
Fixes CI branch names and `deploydocs` call.
Apparently, the main branch did not ever deploy its documentation until
now and the dev branch didn't update anymore...
  • Loading branch information
AntonReinhard authored Sep 2, 2024
1 parent 63c10b7 commit 1f0e5f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildDeployDoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Deploy Documentation
on:
push:
branches:
- master
- main
- dev
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 @@ -24,4 +24,4 @@ makedocs(;
pages=["Home" => "index.md"],
)

deploydocs(; repo="github.com/QEDjl-project/QEDcore.jl", devbranch="main")
deploydocs(; repo="github.com/QEDjl-project/QEDcore.jl", push_preview=false)

0 comments on commit 1f0e5f6

Please sign in to comment.