Skip to content

Commit

Permalink
start-blog
Browse files Browse the repository at this point in the history
  • Loading branch information
O-h-y-o committed Jun 23, 2023
1 parent 9b15c1a commit 513a1bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ko/posts/vuepress/start-blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,9 @@ vuepress hope 에서는 기본적으로 github actions 템플릿을 제공해줍
version: 8
run_install: true
```

여기까지 모두 git repo에 올렸으면, 이제 빌드가 되면서 따로 .yml 파일을 수정하지 않았다면 gh-pages 라는 브랜치가 새로 생겼을겁니다.

이번에는 Settings tab => Pages 로 들어가 Build and deployment 에서 Branch를 gh-pages로 바꾸고 Save 해주겠습니다.

잠시 기다린 뒤, username.github.io 로 들어가면 예쁜 홈페이지가 보일겁니다.
6 changes: 6 additions & 0 deletions src/posts/vuepress/start-blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,9 @@ There is something called `Install pnpm` in the middle, and you need to put the
version: 8
run_install: true
```

If you have uploaded everything up to this point in the git repo, a new branch called gh-pages should have been created if you did not modify the .yml file separately during the build.

This time, I will go to Settings tab => Pages and change Branch to gh-pages in Build and deployment and Save.

After waiting for a while, go to username.github.io and you will see a pretty home page.

0 comments on commit 513a1bd

Please sign in to comment.