Skip to content

Commit

Permalink
ci: 重複した内容のファイルを統一
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Jul 22, 2024
1 parent 547e24a commit 4ca2460
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/actions/create-issue-at-initialization/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
- uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94 # v5.0.0
with:
title: "[初期セットアップ(任意)] Pull Request内でデプロイのワークフローを設定する"
content-filepath: .github/initialization/${{ inputs.language }}/DEPLOYMENT_WITHIN_PR.md
content-filepath: .github/initialization/${{ inputs.language }}/FIREBASE_HOSTING_PREVIEW.md
labels: |
initialization
optional
8 changes: 6 additions & 2 deletions .github/initialization/en/FIREBASE_HOSTING_PREVIEW.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Firebase Hosting Preview

In this project, the Widgetbook of `apps/catalog` is made available for review at PullRequest time.
When you create a new project using this template project, please follow the instructions below to set it up.
Response to this Issue is optional.

This project has a workflow to make the `apps/catalog` widgetbook available for preview on PullRequest.
The preview will be deployed on Firebase.

To activate the workflow, please follow these steps.

![firebase-hosting-preview-01.png](/docs/images/firebase-hosting-preview-01.png)

Expand Down
13 changes: 0 additions & 13 deletions .github/initialization/ja/DEPLOYMENT_WITHIN_PR.md

This file was deleted.

8 changes: 6 additions & 2 deletions .github/initialization/ja/FIREBASE_HOSTING_PREVIEW.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Firebase Hosting プレビュー

このプロジェクトでは、`apps/catalog`のWidgetbookをPullRequest時にレビューできるようにします。
このテンプレートプロジェクトを使用して新規プロジェクトを作成する場合は、以下の手順に従って設定してください。
この Issue の対応は任意です。

このプロジェクトでは `apps/catalog` の Widgetbook を PullRequest 時にプレビューできるようにするワークフローが用意されています。
プレビューは Firebase 上にデプロイされます。

ワークフローを有効化するためには、以下の手順に従って設定してください。

![firebase-hosting-preview-01.png](/docs/images/firebase-hosting-preview-01.png)

Expand Down

0 comments on commit 4ca2460

Please sign in to comment.