Skip to content

fix: 특수문자 제거 시 분해된 한글이 제거되지 않도록 수정 (#757) #77

fix: 특수문자 제거 시 분해된 한글이 제거되지 않도록 수정 (#757)

fix: 특수문자 제거 시 분해된 한글이 제거되지 않도록 수정 (#757) #77

Workflow file for this run

name: 공식 문서 배포
on:
push:
branches:
- develop
permissions:
contents: write
defaults:
run:
working-directory: docs
jobs:
docs:
name: Deploy Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.10.x
cache: pip
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force
# 과정 참고:
# https://github.com/actions/setup-python/tree/v4/#caching-packages-dependencies