Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
J-B-Mugundh committed Feb 11, 2024
2 parents b5b1642 + bcd5614 commit d1e2482
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 16 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Deploy
on: [workflow_dispatch, push]

jobs:
build:
runs-on: ubuntu-latest
name: build
steps:
# check out the repository
- name: Checkout
uses: actions/checkout@v2

- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x

- name: Install Dependencies
run: npm ci --force

- name: Build
run: CI=false npm run build


- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.PORTFOLIO }}
publish_dir: ./build

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"homepage": "https://j-b-mugundh.github.io/portfolio",
"homepage": "https://j-b-mugundh.github.io",
"name": "portfolio",
"version": "0.1.0",
"private": true,
Expand Down
16 changes: 1 addition & 15 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@

<title>Mugundh J B | Portfolio</title>
<meta charset="utf-8" />
<meta property="og:title" content="Mugundh Singh | Portfolio">
<meta name="keywords" content="Mugundh Singh,Mugundh,Code Mugundh,Portfolio Mugundh Singh,Freelance website developer">
<meta property="og:description" content="Looking for a talented freelance website developer? Mugundh Singh has the skills and expertise you need to bring your website vision to life. With a wide range of skills including HTML, CSS, JavaScript, and React, as well as expertise in CMS systems like WordPress and Shopify, Contact Mugundh today to get started. Contact now today to get started on your web development project." name="description">
<meta property="og:image:type" content="image/jpg">
<meta property="og:image" content="Images/Mugundh.png">
<meta name="image" property="og:image" content="Images/Mugundh.png">
<meta property="og:image:width" content="800">
<meta property="og:image:height" content="600">
<meta property="og:type" content="website">
<meta property="og:type" content="article">
<meta property="article:author" content="https://Mugundh.com/">
<meta property="og:site_name" content="Mugundh.com">
<meta property="article:published_time" content="date_time">
<meta property="og:locale" content="pt_BR">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="google-site-verification" content="Yuca5UbpJGE9KOnlEWxQmTwpo4F__IKeQ8qDO6AO91U" />
</head>
Expand All @@ -33,4 +19,4 @@
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
</html>

0 comments on commit d1e2482

Please sign in to comment.