Skip to content

Commit f692f7f

Browse files
build-docs.yaml에 GitHub Pages 배포 작업을 추가하여 문서 배포 프로세스를 개선함.
1 parent 44b4c46 commit f692f7f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ jobs:
3434
path: docs
3535
if-no-files-found: error
3636
retention-days: 14
37+
- name: Deploy to GitHub Pages
38+
id: deployment
39+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)