File tree Expand file tree Collapse file tree 2 files changed +23
-8
lines changed Expand file tree Collapse file tree 2 files changed +23
-8
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,20 @@ zenn 用の記事を GitHub にプッシュすると、自動的に qiita に記
23231 . 以下のようなディレクトリ構造を準備します。
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+
32402. `qiita-cli` を使用して Qiita アクセストークンを発行します。
3341 - 詳しくは[公式リポジトリ](https://github.com/increments/qiita-cli/tree/v1)をご覧ください
34423. 発行したトークンをシークレット変数として設定します。
Original file line number Diff line number Diff line change @@ -23,11 +23,18 @@ You can use this tool by following the steps below. Refer my [repo](https://gith
23231 . 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
33402. Issue the Qiita access token using `qiita-cli`.
You can’t perform that action at this time.
0 commit comments