[Add] 주원 smallib 2주차 추가 #13
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
name: GitBook Action | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v3 | |
- name: Gitbook Action | |
uses: ZanderZhao/[email protected] | |
with: | |
token: ${{ secrets.PERSONAL_TOKEN }} | |
source_repo: inu-appcenter/server-tech-blog | |
source_branch: main |