Skip to content

refactor: infrastructure 패키지 변경 #182

refactor: infrastructure 패키지 변경

refactor: infrastructure 패키지 변경 #182

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"