Skip to content

feat: 등록된 서재 기본 페이지 설정 #184

feat: 등록된 서재 기본 페이지 설정

feat: 등록된 서재 기본 페이지 설정 #184

Workflow file for this run

name: bookchat-service-docs
on:
push:
branches: [ master ]
permissions:
contents: read
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run a one-line script
run: echo Hello, world!
- name: Upload Documentation to Wiki
uses: geneaky/github-wiki-publish-action2@master
with:
path: "./src/docs/asciidoc"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
WIKI_PAGE_NAME: "BookChatAPI"