Skip to content

Commit 1b39bc9

Browse files
committed
📝 docs: update README.md
1 parent 2121028 commit 1b39bc9

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

README.ja.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,20 @@ zenn 用の記事を GitHub にプッシュすると、自動的に qiita に記
2323
1. 以下のようなディレクトリ構造を準備します。
2424
```
2525
.
26-
├── articles ... Zenn形式の記事
27-
├── books ... Zenn形式の本 (任意)
28-
├── images ... 記事で使用する画像ファイル
26+
├── .github
27+
│ └── workflows
28+
│ └── publish.yml
29+
├── articles
30+
│ └── <Zenn形式の記事>
31+
├── books
32+
│ └── <Zenn形式の本 (任意)>
33+
├── images
34+
│ └── <記事で使用する画像ファイル>
2935
└── qiita
30-
└── public ... Qiita形式の記事
36+
└── public
37+
└── <Qiita形式の記事>
3138
```
39+
3240
2. `qiita-cli` を使用して Qiita アクセストークンを発行します。
3341
- 詳しくは[公式リポジトリ](https://github.com/increments/qiita-cli/tree/v1)をご覧ください
3442
3. 発行したトークンをシークレット変数として設定します。

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,18 @@ You can use this tool by following the steps below. Refer my [repo](https://gith
2323
1. Build directory structure as follows
2424
```
2525
.
26-
├── articles ... Zenn format articles
27-
├── books ... Zenn books (optional)
28-
├── images ... Image files used in articles
26+
├── .github
27+
│ └── workflows
28+
│ └── publish.yml
29+
├── articles
30+
│ └── <Zenn format articles>
31+
├── books
32+
│ └── <Zenn books (optional)>
33+
├── images
34+
│ └── <Image files used in articles>
2935
└── qiita
30-
└── public ... Qiita format articles
36+
└── public
37+
└── <Qiita format articles>
3138
```
3239
3340
2. Issue the Qiita access token using `qiita-cli`.

0 commit comments

Comments
 (0)