Skip to content

Commit df24a41

Browse files
committed
差別主義者ブランチを修正
1 parent 941ccec commit df24a41

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/master_branch_ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Master Branch CI
1+
name: Main Branch CI
22

33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
build-article:
@@ -25,7 +25,7 @@ jobs:
2525
- name: convert markdown to latex
2626
run: ./scripts/all_pandoc.sh
2727

28-
- name: build master branch
28+
- name: build main branch
2929
run: |
3030
WORD_FONT=sourcehan-jp make
3131

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ wordクラスを使う場合、`documentclass`のオプションに`noheader`と
189189

190190
#### コンパイル対象
191191
* タグ: 全体の記事
192-
* `master`ブランチ: 全体の記事
192+
* `main`ブランチ: 全体の記事
193193
* `articles/*`ブランチ: ブランチ名末尾と同じディレクトリの記事
194194

195195
例えば`my_article`というディレクトリで記事を書いた場合、

0 commit comments

Comments
 (0)