Skip to content

Commit fe65242

Browse files
committed
trying new logo
1 parent 9375d8c commit fe65242

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build React App
2525
run: npm run build
2626

27-
- name: Deploy to Repo B gh-pages branch
27+
- name: Publish to GitHub Pages
2828
uses: peaceiris/actions-gh-pages@v3
2929
with:
3030
personal_token: ${{ secrets.GH_PAT }}

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5+
<link rel="icon" href="/src/assets/logo.jpeg" />
56
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
67
<title>Vite + React</title>
78
</head>

0 commit comments

Comments
 (0)