Skip to content

Commit

Permalink
rename master to main (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiemvanderdeure authored Nov 22, 2024
1 parent 62daff0 commit c968517
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- master
- main
tags: ['*']
pull_request:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://tiemvanderdeure.github.io/SpeciesDistributionModels.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://tiemvanderdeure.github.io/SpeciesDistributionModels.jl/dev/)
[![Build Status](https://github.com/tiemvanderdeure/SpeciesDistributionModels.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/tiemvanderdeure/SpeciesDistributionModels.jl/actions/workflows/CI.yml?query=branch%3Amaster)
[![Coverage](https://codecov.io/gh/tiemvanderdeure/SpeciesDistributionModels.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/tiemvanderdeure/SpeciesDistributionModels.jl)
[![Build Status](https://github.com/tiemvanderdeure/SpeciesDistributionModels.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/tiemvanderdeure/SpeciesDistributionModels.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/tiemvanderdeure/SpeciesDistributionModels.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/tiemvanderdeure/SpeciesDistributionModels.jl)

SpeciesDistributionModels.jl aims to provide a flexible and easy-to-use pipeline for fitting, evaluation, and using species distribution models. It is based on the MLJ ecosystem and integrated with Rasters.jl.

Expand Down
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ makedocs(;
format=DocumenterVitepress.MarkdownVitepress(
repo = "github.com/tiemvanderdeure/SpeciesDistributionModels.jl",
devurl = "dev",
devbranch = "master",
devbranch = "main",
),
warnonly = true
)
Expand All @@ -17,6 +17,6 @@ deploydocs(;
repo="github.com/tiemvanderdeure/SpeciesDistributionModels.jl",
target = "build", # this is where Vitepress stores its output
branch = "gh-pages",
devbranch = "master",
devbranch = "main",
push_preview = true
)

0 comments on commit c968517

Please sign in to comment.