Skip to content

Commit

Permalink
ci: replace master with main
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVolland committed Jul 9, 2024
1 parent 4650df4 commit 44b9238
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
- name: Generate documentation 🏗️
run: npm run generate-docs

- name: Deploy (to docs/master) 🚀
- name: Deploy (to docs/main) 🚀
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
branch: gh-pages
folder: docs
target-folder: docs/master
target-folder: docs/main
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"branches": [
"master",
"main",
{
"name": "next",
"prerelease": true
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# geostyler-style

[![Lint & Docs (main)](https://github.com/geostyler/geostyler-style/actions/workflows/on-push-master.yml/badge.svg)](https://github.com/geostyler/geostyler-style/actions/workflows/on-push-master.yml)
[![Lint & Docs (main)](https://github.com/geostyler/geostyler-style/actions/workflows/on-push-main.yml/badge.svg)](https://github.com/geostyler/geostyler-style/actions/workflows/on-push-main.yml)
[![Create & publish versioned documentation](https://github.com/geostyler/geostyler-style/actions/workflows/on-publish.yml/badge.svg)](https://github.com/geostyler/geostyler-style/actions/workflows/on-publish.yml)
[![License](https://img.shields.io/github/license/geostyler/geostyler-style)](https://github.com/geostyler/geostyler-style/blob/master/LICENSE)
[![License](https://img.shields.io/github/license/geostyler/geostyler-style)](https://github.com/geostyler/geostyler-style/blob/main/LICENSE)

TypeScript Declaration File for the [GeoStyler](https://github.com/geostyler/geostyler) Style.

### Documentation

https://geostyler.github.io/geostyler-style/docs/master/
https://geostyler.github.io/geostyler-style/docs/main/

### Why another style format?

Expand All @@ -35,4 +35,3 @@ Maintenance and further development of this code can be funded through the
[GeoStyler Open Collective](https://opencollective.com/geostyler). All contributions and
expenses can transparently be reviewed by anyone; you see what we use the donated money for.
Thank you for any financial support you give the GeoStyler project 💞

0 comments on commit 44b9238

Please sign in to comment.