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-13T11:53:34.470075 </updated >
6
- <id >07297c63-7edc-460c-9850-5a9addd4ce6f </id >
5
+ <updated >2025-01-13T12:07:46.049282 </updated >
6
+ <id >dd50d74e-1765-4c42-b1f9-01757f042edd </id >
7
7
8
8
9
9
<entry >
@@ -25,51 +25,6 @@ index f531cda39..4d74e62b0 100644
25
25
#### 自動デプロイ
26
26
buildアクションで、MarkdownからHTMLへの変換と、GitHub Pagesへのデプロイを行っています。
27
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
-
51
- </author >
52
- </entry >
53
-
54
- <entry >
55
- <title >はじめてのコントリビュート -- README,start_editing: 更新</title >
56
- <link href =" https://cpprefjp.github.io/start_editing.html" />
57
- <id >81806fca9c9eabc389b72555040f105ebf810dd2:start_editing.md</id >
58
- <updated >2025-01-12T03:50:43+09:00</updated >
59
-
60
- <summary type =" html" >< pre>< code> diff --git a/start_editing.md b/start_editing.md
61
- index f531cda39..4d74e62b0 100644
62
- --- a/start_editing.md
63
- +++ b/start_editing.md
64
- @@ -27,6 +27,8 @@ cpprefjp/site へ push すると、すぐに反映されます。
65
- ### 自動デプロイ、自動テスト
66
- 本リポジトリでは、GitHub Actionsを使用して、自動デプロイと自動テストを行っています。
67
-
68
- +Pull Request 時にも自動テストと自動プレビュー生成を行います。
69
- +
70
- #### 自動デプロイ
71
- buildアクションで、MarkdownからHTMLへの変換と、GitHub Pagesへのデプロイを行っています。
72
-
73
28
@@ -40,7 +42,7 @@ buildアクションで、MarkdownからHTMLへの変換と、GitHub Pagesへの
74
29
- 説明は[detect_forbidden_characters.yml](https://github.com/cpprefjp/site/blob/master/.github/workflows/detect_forbidden_characters.yml)のコメントを参照
75
30
- 内部リンクの誤り検出 (inner link checkアクション)
0 commit comments