Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
x-0o0 committed Oct 19, 2023
1 parent 03d6f62 commit 612487f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ $(xcrun --find docc) process-archive \
echo "<script>window.location.href += \"/documentation/{타겟이름_소문자}\"</script>" > docs/index.html
```

만약 docc-plugin 의존성이 추가되어 있는 경우,

```yml
swift package --allow-writing-to-directory {저장위치} \
generate-documentation --target {타겟이름} \
--disable-indexing \
--transform-for-static-hosting \
--hosting-base-path {레포지토리_이름} \
--output-path {저장위치}
```

### Artifact 업로드

```yml
Expand Down

0 comments on commit 612487f

Please sign in to comment.