2
2
<feed xmlns =" http://www.w3.org/2005/Atom" >
3
3
<title >cpprefjp - C++日本語リファレンス</title >
4
4
<link href =" https://cpprefjp.github.io" />
5
- <updated >2025-01-13T14:43:31.865022 </updated >
6
- <id >b89ef646-d401-446b-87d2-72a48029d347 </id >
5
+ <updated >2025-01-13T15:11:19.712300 </updated >
6
+ <id >cfee82a1-4fc2-41ae-a931-ba39ec5de290 </id >
7
7
8
8
9
- <entry >
10
- <title >はじめてのコントリビュート -- Merge pull request #1401 from akinomyoga/workflows</title >
11
- <link href =" https://cpprefjp.github.io/start_editing.html" />
12
- <id >9a840edd6b522217960363235a3449c0685aa702:start_editing.md</id >
13
- <updated >2025-01-13T20:08:55+09:00</updated >
14
-
15
- <summary type =" html" >< pre>< code> diff --git a/start_editing.md b/start_editing.md
16
- index f531cda39..4d74e62b0 100644
17
- --- a/start_editing.md
18
- +++ b/start_editing.md
19
- @@ -27,6 +27,8 @@ cpprefjp/site へ push すると、すぐに反映されます。
20
- ### 自動デプロイ、自動テスト
21
- 本リポジトリでは、GitHub Actionsを使用して、自動デプロイと自動テストを行っています。
22
-
23
- +Pull Request 時にも自動テストと自動プレビュー生成を行います。
24
- +
25
- #### 自動デプロイ
26
- buildアクションで、MarkdownからHTMLへの変換と、GitHub Pagesへのデプロイを行っています。
27
-
28
- @@ -40,7 +42,7 @@ buildアクションで、MarkdownからHTMLへの変換と、GitHub Pagesへの
29
- - 説明は[detect_forbidden_characters.yml](https://github.com/cpprefjp/site/blob/master/.github/workflows/detect_forbidden_characters.yml)のコメントを参照
30
- - 内部リンクの誤り検出 (inner link checkアクション)
31
- - サイト内のリンクが存在しない、または存在しているのに.nolinkを指定している場合にエラーが発生する
32
- - - [GitHub Actionsの実行ログ](https://github.com/cpprefjp/site/actions/workflows/inner_link_check.yml)で、どのページのどのリンクが不正かがわかるので、それを修正すること
33
- + - [GitHub Actionsの実行ログ](https://github.com/cpprefjp/site/actions/workflows/check.yml)で、どのページのどのリンクが不正かがわかるので、それを修正すること
34
- - 外部リンク切れを検出 (outer link checkアクション)
35
- - 日本時間で日曜日の23:30に実行される
36
- - 外部リンクのページにアクセスできない (ページが消滅したか、一時的にアクセスできない、などの理由) 場合にエラーとなる
37
- @@ -50,7 +52,7 @@ buildアクションで、MarkdownからHTMLへの変換と、GitHub Pagesへの
38
- - 海外からのアクセス (GitHub Actions) を拒否しているページもあるため、そのようなページは個別にチェックから外す ([link_check.py](https://github.com/cpprefjp/site/blob/master/.github/workflows/script/link_check.py)の`IGNORE_LIST`に追加する)
39
- - コード修飾の誤り検出 (code qualify checkアクション)
40
- - コードブロック中のコードを修飾しているのに、その修飾対象がない場合に、エラーが発生する
41
- - - [GitHub Actionsの実行ログ](https://github.com/cpprefjp/site/actions/workflows/code_qualify_check.yml)で、どのページのどのコード修飾が不正かがわかるので、それを修正すること
42
- + - [GitHub Actionsの実行ログ](https://github.com/cpprefjp/site/actions/workflows/check.yml)で、どのページのどのコード修飾が不正かがわかるので、それを修正すること
43
- - 所属ヘッダメタ情報の誤り検出 (meta header checkアクション)
44
- - `[meta header]`または`[meta module]`指定が誤っている(ディレクトリ階層と一致しない)場合に、エラーが発生する
45
- - 導入経緯は [PR#1204](https://github.com/cpprefjp/site/issues/1204) を参照
46
- < /code>< /pre> </summary >
47
-
48
- <author >
49
- <name >Koichi Murase</name >
50
- <email >myoga.murase@gmail.com</email >
51
- </author >
52
- </entry >
53
-
54
9
</feed >
0 commit comments