We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941ccec commit df24a41Copy full SHA for df24a41
.github/workflows/master_branch_ci.yaml
@@ -1,9 +1,9 @@
1
-name: Master Branch CI
+name: Main Branch CI
2
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
8
jobs:
9
build-article:
@@ -25,7 +25,7 @@ jobs:
25
- name: convert markdown to latex
26
run: ./scripts/all_pandoc.sh
27
28
- - name: build master branch
+ - name: build main branch
29
run: |
30
WORD_FONT=sourcehan-jp make
31
README.md
@@ -189,7 +189,7 @@ wordクラスを使う場合、`documentclass`のオプションに`noheader`と
189
190
#### コンパイル対象
191
* タグ: 全体の記事
192
-* `master`ブランチ: 全体の記事
+* `main`ブランチ: 全体の記事
193
* `articles/*`ブランチ: ブランチ名末尾と同じディレクトリの記事
194
195
例えば`my_article`というディレクトリで記事を書いた場合、
0 commit comments