Skip to content

Commit

Permalink
Merge pull request #4 from KM3NeT/fix_pages_deployment
Browse files Browse the repository at this point in the history
Fix site deployment
  • Loading branch information
spenam authored Feb 26, 2025
2 parents e2bf700 + f28c315 commit b7f7611
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ makedocs(;
"Introduction" => "index.md",
"API" => "api.md",
],
repo="https://github.com/8me/NuFlux.jl/blob/{commit}{path}#L{line}",
repo="https://github.com/KM3NeT/NuFlux.jl/blob/{commit}{path}#L{line}",
sitename="NuFlux.jl",
)

deploydocs(;
repo="github.com/8me/NuFlux.jl",
repo="github.com/KM3NeT/NuFlux.jl",
devbranch="main"
)
6 changes: 3 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![](https://github.com/8me/NuFlux.jl/raw/main/docs/src/assets/nuflux.svg)
![](https://github.com/KM3NeT/NuFlux.jl/raw/main/docs/src/assets/nuflux.svg)

[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://8me.github.io/NuFlux.jl/dev)
[![Build Status](https://github.com/8me/NuFlux.jl/workflows/CI/badge.svg)](https://github.com/8me/NuFlux.jl/actions)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://km3net.github.io/NuFlux.jl/dev)
[![Build Status](https://github.com/KM3NeT/NuFlux.jl/workflows/CI/badge.svg)](https://github.com/KM3NeT/NuFlux.jl/actions)

# NuFlux.jl

Expand Down

0 comments on commit b7f7611

Please sign in to comment.