Skip to content

Commit

Permalink
fix: lint err
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-funaba committed Sep 10, 2023
1 parent 80dcffe commit 017af66
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Zenn の記事や本を管理するリポジトリです。
```

- 接続先:`http://localhost:8000`
- <img width="1920" alt="Zennのプレビュー画面" src="https://user-images.githubusercontent.com/59598693/190973996-c777372c-e5ce-43a4-af89-c1c073330ab0.png">
- ![Zennのプレビュー画面](https://user-images.githubusercontent.com/59598693/190973996-c777372c-e5ce-43a4-af89-c1c073330ab0.png)

## 📝 使い方

Expand Down
12 changes: 6 additions & 6 deletions articles/27f223203481ef.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ docker build --ssh default .
3. イメージをビルド

```bash
$ export DOCKER_BUILDKIT=1
$ docker build -t sample_docker_ssh --ssh default .
export DOCKER_BUILDKIT=1
docker build -t sample_docker_ssh --ssh default .
```

- BuildKit での構築を有効化するために `DOCKER_BUILDKIT=1` を環境変数に設定
Expand All @@ -107,7 +107,7 @@ docker build --ssh default .
4. イメージ内にプライベートリポジトリがクローンされたか確認

```bash
$ docker run -it sample_docker_ssh
docker run -it sample_docker_ssh
# コンテナ内で実行
$ ls
Expand Down Expand Up @@ -136,9 +136,9 @@ docker build --ssh default .
2. ビルド

```bash
$ export COMPOSE_DOCKER_CLI_BUILD=1
$ export DOCKER_BUILDKIT=1
$ docker compose build --ssh default
export COMPOSE_DOCKER_CLI_BUILD=1
export DOCKER_BUILDKIT=1
docker compose build --ssh default
```

3. 以上
Expand Down
2 changes: 2 additions & 0 deletions articles/2f925f621e6d99.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ https://job-draft.jp/
# 3. Lint の導入

今回は textlint と markdownlint の導入をそれぞれ紹介します。

## textlint の導入

職務経歴書という仕事・転職に関わる大事な書類ですので、誤字脱字は避けたいです。
Expand Down Expand Up @@ -433,6 +434,7 @@ jobs:
![PDF変換後の職務経歴書](/images/resume_released_pdf.png)

# 6. Web ページとして公開

GitHub Pages という無料のホスティグサービスを使って Web ページとして公開します。

![GitHub Pagesによって公開された職務経歴書のスクリーンショット](/images/resume_github_pages.png)
Expand Down

0 comments on commit 017af66

Please sign in to comment.