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
add zola build action
This commit is contained in:
@@ -62,13 +62,18 @@ jobs:
|
||||
run: |
|
||||
cd findutils
|
||||
oranda build
|
||||
|
||||
- name: Run Zola
|
||||
uses: shalzz/zola-deploy-action@v0.18.0
|
||||
env:
|
||||
BUILD_DIR: public
|
||||
BUILD_ONLY: true
|
||||
|
||||
- name: Collect results into `public` folder
|
||||
- name: Collect oranda results into `public` folder
|
||||
run: |
|
||||
mkdir public
|
||||
cp -r coreutils/public public/coreutils
|
||||
cp -r findutils/public public/findutils
|
||||
cp -r uutils.github.io/homepage/* public
|
||||
|
||||
- name: Upload artifact for checking the output
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user