Skip to content

Commit 8b5f9b6

Browse files
committed
updated metadata, last name spelling in the title
1 parent 76f8163 commit 8b5f9b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/gh-pages-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
node-version: ${{ matrix.node-version }}
2929
- run: npm install
3030
- run: npm run build
31+
- run: cp CNAME public/CNAME
3132
- name: Deploy to GitHub Pages
3233
uses: peaceiris/actions-gh-pages@v4
3334
with:

src/data/metadata.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module.exports = {
2-
title: "Daniel Maiovskyi",
2+
title: "Daniel Mayovskiy",
33
url: "https://danielmayovskiy.com",
44
language: "en",
5-
description: "Personal website of Daniel Maiovskyi",
5+
description: "Daniel Mayovskiy is a Software Engineer. Specializes in user interfaces, and systems-level languages. Primary languages being TypeScript and C11. Most experienced in Vue.js and React UI frameworks.",
66
author: {
77
name: "Daniel Maiovskyi",
88
url: "https://danielmayovskiy.com",

0 commit comments

Comments
 (0)