We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9375d8c commit fe65242Copy full SHA for fe65242
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build React App
25
run: npm run build
26
27
- - name: Deploy to Repo B gh-pages branch
+ - name: Publish to GitHub Pages
28
uses: peaceiris/actions-gh-pages@v3
29
with:
30
personal_token: ${{ secrets.GH_PAT }}
index.html
@@ -2,6 +2,7 @@
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8" />
5
+ <link rel="icon" href="/src/assets/logo.jpeg" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<title>Vite + React</title>
8
</head>
0 commit comments