You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
attempt to fix homepage CI
This commit is contained in:
@@ -74,6 +74,12 @@ jobs:
|
||||
publish_dir: ./findutils/public/
|
||||
destination_dir: findutils/
|
||||
|
||||
- name: Deploy Homepage
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./homepage
|
||||
|
||||
docs:
|
||||
name: generate the dev doc
|
||||
runs-on: ubuntu-latest
|
||||
@@ -104,13 +110,6 @@ jobs:
|
||||
publish_dir: ./coreutils/target/doc
|
||||
destination_dir: coreutils/dev/
|
||||
|
||||
- name: Deploy Homepage
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./homepage
|
||||
destination_dir: /
|
||||
|
||||
build-report:
|
||||
name: generate the build report
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user