Skip to content

Commit 708c2c8

Browse files
committed
add zola build action
1 parent 6db6c19 commit 708c2c8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/docs.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,18 @@ jobs:
6262
run: |
6363
cd findutils
6464
oranda build
65-
66-
- name: Collect results into `public` folder
65+
66+
- name: Run Zola
67+
uses: shalzz/zola-deploy-action@v0.18.0
68+
env:
69+
BUILD_DIR: public
70+
BUILD_ONLY: true
71+
72+
- name: Collect oranda results into `public` folder
6773
run: |
6874
mkdir public
6975
cp -r coreutils/public public/coreutils
7076
cp -r findutils/public public/findutils
71-
cp -r uutils.github.io/homepage/* public
7277
7378
- name: Upload artifact for checking the output
7479
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)