Skip to content

Commit

Permalink
...: 2024-01-03 23:15:00
Browse files Browse the repository at this point in the history
Affected files:
.github/workflows/gh-pages.yml
Pasted image 20221003141637.png
Pasted image 20221003143619.png
Pasted image 20221010172849.png
Pasted image 20221030200409.png
blog/javascript-runtime.md
blog/react-life-cycle-map-sync.md
docs/intro.md
docs/tutorial-basics/_category_.json
docs/tutorial-basics/congratulations.md
docs/tutorial-basics/create-a-blog-post.md
docs/tutorial-basics/create-a-document.md
docs/tutorial-basics/create-a-page.md
docs/tutorial-basics/deploy-your-site.md
docs/tutorial-basics/markdown-features.mdx
docs/tutorial-extras/_category_.json
docs/tutorial-extras/img/docsVersionDropdown.png
docs/tutorial-extras/img/localeDropdown.png
docs/tutorial-extras/manage-docs-versions.md
docs/tutorial-extras/translate-your-site.md
docusaurus.config.js
무제파일.md
  • Loading branch information
minsgy committed Jan 4, 2024
1 parent 2bc8ed5 commit 9194550
Show file tree
Hide file tree
Showing 18 changed files with 53 additions and 588 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Deploy to GitHub Pages

on:
push:
branches:
- main
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

permissions:
contents: write

jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.14
cache: yarn

- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build website
run: yarn build

# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com
8 changes: 6 additions & 2 deletions blog/javascript-runtime.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
slug: JavaScript Runtime에 대하여
title: JavaScript Runtime에 대하여
authors: [minsgy]
tags: [JavaScript, DeepDive, Study]
authors:
- minsgy
tags:
- JavaScript
- DeepDive
- Study
---

## 서론
Expand Down
10 changes: 10 additions & 0 deletions blog/react-life-cycle-map-sync.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
slug: React 환경에서
title: JavaScript Scope와 Closure
authors:
- minsgy
tags:
- JavaScript
- DeepDive
- Study
---
47 changes: 0 additions & 47 deletions docs/intro.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/tutorial-basics/_category_.json

This file was deleted.

23 changes: 0 additions & 23 deletions docs/tutorial-basics/congratulations.md

This file was deleted.

34 changes: 0 additions & 34 deletions docs/tutorial-basics/create-a-blog-post.md

This file was deleted.

57 changes: 0 additions & 57 deletions docs/tutorial-basics/create-a-document.md

This file was deleted.

43 changes: 0 additions & 43 deletions docs/tutorial-basics/create-a-page.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/tutorial-basics/deploy-your-site.md

This file was deleted.

Loading

0 comments on commit 9194550

Please sign in to comment.