Skip to content

Commit 64ff55b

Browse files
Merge pull request #11 from tertsdiepraam/homepage
attempt to fix homepage CI
2 parents e7a6da2 + 328ee85 commit 64ff55b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ jobs:
7474
publish_dir: ./findutils/public/
7575
destination_dir: findutils/
7676

77+
- name: Deploy Homepage
78+
uses: peaceiris/actions-gh-pages@v3
79+
with:
80+
github_token: ${{ secrets.GITHUB_TOKEN }}
81+
publish_dir: ./homepage
82+
7783
docs:
7884
name: generate the dev doc
7985
runs-on: ubuntu-latest
@@ -104,13 +110,6 @@ jobs:
104110
publish_dir: ./coreutils/target/doc
105111
destination_dir: coreutils/dev/
106112

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: /
113-
114113
build-report:
115114
name: generate the build report
116115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)