-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
38 additions
and
545 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: Deploy | ||
|
||
on: # 어떤 작업이 수행될 때 deploy.yml 작업이 수행된다. (트리거) | ||
push: # push 작업이 수행될 때 | ||
branches: # 특정 브랜치를 대상으로 | ||
- main | ||
|
||
permissions: # github action이 수행되는 환경에서 특정 권한을 준다 | ||
contents: write | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-node@v2 | ||
with: | ||
node-version: 20.3.1 | ||
|
||
- name: Install node packages | ||
run: yarn | ||
|
||
- name: Build | ||
run: yarn build | ||
|
||
- name: Deploy 🚀 | ||
uses: JamesIves/github-pages-deploy-action@v4 | ||
with: | ||
folder: public |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.idea | ||
|
||
# Logs | ||
logs | ||
*.log | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,14 @@ | ||
module.exports = { | ||
title: "hoodie", | ||
description: "Hello :) I'm Hudi who developed gatsby-starter-hoodie theme.", | ||
author: "Hudi", | ||
siteUrl: "https://devhudi.github.io/gatsby-starter-hoodie/", | ||
title: "kdkdhoho", | ||
description: "log4dh", | ||
author: "kdkdhoho", | ||
siteUrl: "https://kdkdhoho.github.io/", | ||
links: { | ||
github: "https://github.com/devHudi", | ||
linkedIn: "https://linkedin.com", | ||
facebook: "https://www.facebook.com", | ||
twitter: "https://twitter.com", | ||
x: "https://x.com", | ||
instagram: "https://www.instagram.com", | ||
medium: "https://medium.com", | ||
blogger: "https://blogger.com", | ||
email: "mailto:[email protected]", | ||
resume: "https://hudi.blog", | ||
link: "https://hudi.blog", | ||
github: "https://github.com/kdkdhoho", | ||
linkedIn: "https://velog.io/@donghokim1998", | ||
}, | ||
utterances: { | ||
repo: "devHudi/gatsby-starter-hoodie", | ||
repo: "kdkdhoho/kdkdhoho.github.io", | ||
type: "pathname", | ||
}, | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.