Skip to content

Commit

Permalink
🐛 fix: memo.kits-tools.netにデプロイできるようにCNAMEを設定
Browse files Browse the repository at this point in the history
  • Loading branch information
Kokecoco committed Sep 11, 2024
1 parent 34ccd29 commit 8cda7e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- name: Build project
run: npm run build

# 独自ドメインにデプロイするためにCNAMEファイルを作成する
- name: Create CNAME file
run: echo 'memo.kits-tools.net' > ./dist/CNAME

# ビルドされたファイルをgh-pagesにデプロイ
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
Expand All @@ -36,3 +40,5 @@ jobs:
publish_dir: ./dist # ビルドされたファイルが出力されるdistフォルダを指定
destination_dir: . # ルートに配置する場合はこの設定



0 comments on commit 8cda7e0

Please sign in to comment.