Skip to content

Commit

Permalink
rework UI and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BoringBoredom committed Jan 13, 2024
1 parent 66357a0 commit f0dee86
Show file tree
Hide file tree
Showing 19 changed files with 880 additions and 884 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ['master']
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -17,7 +17,7 @@ permissions:

# Allow one concurrent deployment
concurrency:
group: 'pages'
group: "pages"
cancel-in-progress: true

jobs:
Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
cache: "npm"
- name: Install dependencies
run: npm install
- name: Build
Expand All @@ -45,7 +45,7 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
# Upload dist repository
path: './dist'
path: "./dist"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@
<meta charset="UTF-8" />
<link rel="icon" href="/bios.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Aptio V UEFI Editor" />

<title>UEFI Editor</title>
<meta name="description" content="Aptio V UEFI Editor" />

<meta property="og:title" content="UEFI Editor" />
<meta property="og:description" content="Aptio V UEFI Editor" />
<meta
property="og:image"
content="https://raw.githubusercontent.com/BoringBoredom/UEFI-Editor/gh-pages/bios.png"
/>
<meta property="og:type" content="website" />

<meta name="twitter:title" content="UEFI Editor" />
<meta name="twitter:description" content="Aptio V UEFI Editor" />
<meta
Expand Down
Loading

0 comments on commit f0dee86

Please sign in to comment.