From c96851741ea50636983b32ec400a95613879074a Mon Sep 17 00:00:00 2001 From: Tiem van der Deure Date: Fri, 22 Nov 2024 13:56:10 +0100 Subject: [PATCH] rename master to main (#15) --- .github/workflows/CI.yml | 2 +- README.md | 4 ++-- docs/make.jl | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1010a68..e7b8c55 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -2,7 +2,7 @@ name: CI on: push: branches: - - master + - main tags: ['*'] pull_request: workflow_dispatch: diff --git a/README.md b/README.md index 653bb2c..66f2acb 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/make.jl b/docs/make.jl index 8f86f36..fd14133 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -8,7 +8,7 @@ makedocs(; format=DocumenterVitepress.MarkdownVitepress( repo = "github.com/tiemvanderdeure/SpeciesDistributionModels.jl", devurl = "dev", - devbranch = "master", + devbranch = "main", ), warnonly = true ) @@ -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 ) \ No newline at end of file