Skip to content

Commit

Permalink
🐛 fix: deploy.ymlの構文エラーとナビゲーションバーのアイコンのリンク先を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Kokecoco committed Sep 11, 2024
1 parent 8cda7e0 commit 79536ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

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

# ビルドされたファイルをgh-pagesにデプロイ
- name: Deploy to GitHub Pages
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<body>
<nav class="navbar navbar-expand-sm">
<div class="container-fluid">
<a class="navbar-brand white" href="index.html">
<a class="navbar-brand white" href="https://kits-tools.net/index.html">
<img src="https://www.kits-tools.net/assets/images/logo.svg" width="32px" />
</a>
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
Expand Down

0 comments on commit 79536ac

Please sign in to comment.