Skip to content

Commit

Permalink
[수정] README.md 오류 수정, 깃헙 액션 워크플로우 리셋
Browse files Browse the repository at this point in the history
  • Loading branch information
x-0o0 committed Oct 17, 2023
1 parent 454171d commit 3012b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PUBLISH_DOCUMENTATION.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 문서 배포
on:
# "main" 브랜치에 푸시할 때 마다 워크플로우 작동
push:
branches: [ "develop" ] # TODO: 잠시 main 비활성화
branches: [ "main" ]

# GitHub Pages 에 배포하기 위한 GITHUB_TOKEN 권한 설정
permissions:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ $ swift package --allow-writing-to-directory {저장위치} \
| 레포지토리-이름 | `package-docc-example` |

| 명령어 | 의미 |
| --- | --- |
| `--allow-writing-to-directory {저장위치}` | 저장하고자 하는 경로에 대한 쓰기 권한 허용 |
| `generate-documentation --target {타겟이름}` | 해당 타겟에 대한 문서 생성 |
| `--disable-indexing` | 인덱싱 비활성화 |
Expand Down

0 comments on commit 3012b19

Please sign in to comment.