Skip to content

Commit

Permalink
chore: production cli
Browse files Browse the repository at this point in the history
  • Loading branch information
junghyeonsu committed Sep 10, 2024
1 parent bd1995e commit 0620b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: pages deploy ./component-docs/out --project-name=seed-component-docs
command: pages deploy ./component-docs/out --project-name=seed-component-docs --branch=main
1 change: 1 addition & 0 deletions component-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ component-docs
┣ 📂seed-design # snippet은 진실의 원천으로 사용하고, Docs에서 사용하는 코드는 생성해서 사용
┗ 📂snippets # registry에 담김
```

0 comments on commit 0620b13

Please sign in to comment.