mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Use renamed "main" branch instead of "master"
This commit is contained in:
parent
7ec35dfbbf
commit
f013bdad02
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -3,7 +3,7 @@ name: Build and deploy website
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
@ -54,7 +54,7 @@ Some **DO**s and **DO NOT**s for [FAQ](../help/faq/README.md).
|
|||||||
- **DO** bold important words in your text:
|
- **DO** bold important words in your text:
|
||||||
> ...checking the **Download badges** option...
|
> ...checking the **Download badges** option...
|
||||||
|
|
||||||
- **DO** use **[NavigationText](https://github.com/tachiyomiorg/website/blob/master/src/.vuepress/components/NavigationText.vue#L35-L82)** items when applicable:
|
- **DO** use **[NavigationText](https://github.com/tachiyomiorg/website/blob/main/src/.vuepress/components/NavigationText.vue#L35-L82)** items when applicable:
|
||||||
> <NavigationText item="library"/>
|
> <NavigationText item="library"/>
|
||||||
|
|
||||||
- **DO** use unordered lists when writing a list of stuff that's not an instruction:
|
- **DO** use unordered lists when writing a list of stuff that's not an instruction:
|
||||||
|
Loading…
Reference in New Issue
Block a user