Skip to content

Commit 2c5b84d

Browse files
committed
add homepage deployment to the CI
1 parent 7fb5c4d commit 2c5b84d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ jobs:
104104
publish_dir: ./coreutils/target/doc
105105
destination_dir: coreutils/dev/
106106

107+
- name: Deploy Homepage
108+
uses: peaceiris/actions-gh-pages@v3
109+
with:
110+
github_token: ${{ secrets.GITHUB_TOKEN }}
111+
publish_dir: ./homepage
112+
destination_dir: /
107113

108114
build-report:
109115
name: generate the build report

0 commit comments

Comments
 (0)