Skip to content

Commit 81806fc

Browse files
committed
README,start_editing: 更新
1 parent 534d2e5 commit 81806fc

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
site
22
====
33

4-
[![detect forbidden characters](https://github.com/cpprefjp/site/workflows/detect%20forbidden%20characters/badge.svg)](https://github.com/cpprefjp/site/actions/workflows/detect_forbidden_characters.yml)
5-
[![inner link check](https://github.com/cpprefjp/site/workflows/inner%20link%20check/badge.svg)](https://github.com/cpprefjp/site/actions/workflows/inner_link_check.yml)
6-
[![code qualify check](https://github.com/cpprefjp/site/workflows/code%20qualify%20check/badge.svg)](https://github.com/cpprefjp/site/actions/workflows/code_qualify_check.yml)
7-
[![ngword check](https://github.com/cpprefjp/site/workflows/ngword%20check/badge.svg)](https://github.com/cpprefjp/site/actions/workflows/ngword_check.yml)
8-
[![meta header check](https://github.com/cpprefjp/site/workflows/meta%20header%20check/badge.svg)](https://github.com/cpprefjp/site/actions/workflows/meta_header_check.yml)
4+
[![check](https://github.com/cpprefjp/site/workflows/check/badge.svg)](https://github.com/cpprefjp/site/actions/workflows/check.yml)
95
[![outer link check](https://github.com/cpprefjp/site/workflows/outer%20link%20check/badge.svg)](https://github.com/cpprefjp/site/actions/workflows/outer_link_check.yml)
106
[![build](https://github.com/cpprefjp/site/workflows/build/badge.svg)](https://github.com/cpprefjp/site/actions/workflows/build.yml)
117

start_editing.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ cpprefjp/site へ push すると、すぐに反映されます。
2727
### 自動デプロイ、自動テスト
2828
本リポジトリでは、GitHub Actionsを使用して、自動デプロイと自動テストを行っています。
2929

30+
Pull Request 時にも自動テストと自動プレビュー生成を行います。
31+
3032
#### 自動デプロイ
3133
buildアクションで、MarkdownからHTMLへの変換と、GitHub Pagesへのデプロイを行っています。
3234

@@ -40,7 +42,7 @@ buildアクションで、MarkdownからHTMLへの変換と、GitHub Pagesへの
4042
- 説明は[detect_forbidden_characters.yml](https://github.com/cpprefjp/site/blob/master/.github/workflows/detect_forbidden_characters.yml)のコメントを参照
4143
- 内部リンクの誤り検出 (inner link checkアクション)
4244
- サイト内のリンクが存在しない、または存在しているのに.nolinkを指定している場合にエラーが発生する
43-
- [GitHub Actionsの実行ログ](https://github.com/cpprefjp/site/actions/workflows/inner_link_check.yml)で、どのページのどのリンクが不正かがわかるので、それを修正すること
45+
- [GitHub Actionsの実行ログ](https://github.com/cpprefjp/site/actions/workflows/check.yml)で、どのページのどのリンクが不正かがわかるので、それを修正すること
4446
- 外部リンク切れを検出 (outer link checkアクション)
4547
- 日本時間で日曜日の23:30に実行される
4648
- 外部リンクのページにアクセスできない (ページが消滅したか、一時的にアクセスできない、などの理由) 場合にエラーとなる
@@ -50,7 +52,7 @@ buildアクションで、MarkdownからHTMLへの変換と、GitHub Pagesへの
5052
- 海外からのアクセス (GitHub Actions) を拒否しているページもあるため、そのようなページは個別にチェックから外す ([link_check.py](https://github.com/cpprefjp/site/blob/master/.github/workflows/script/link_check.py)`IGNORE_LIST`に追加する)
5153
- コード修飾の誤り検出 (code qualify checkアクション)
5254
- コードブロック中のコードを修飾しているのに、その修飾対象がない場合に、エラーが発生する
53-
- [GitHub Actionsの実行ログ](https://github.com/cpprefjp/site/actions/workflows/code_qualify_check.yml)で、どのページのどのコード修飾が不正かがわかるので、それを修正すること
55+
- [GitHub Actionsの実行ログ](https://github.com/cpprefjp/site/actions/workflows/check.yml)で、どのページのどのコード修飾が不正かがわかるので、それを修正すること
5456
- 所属ヘッダメタ情報の誤り検出 (meta header checkアクション)
5557
- `[meta header]`または`[meta module]`指定が誤っている(ディレクトリ階層と一致しない)場合に、エラーが発生する
5658
- 導入経緯は [PR#1204](https://github.com/cpprefjp/site/issues/1204) を参照

0 commit comments

Comments
 (0)