Skip to content

Commit 2622246

Browse files
committed
fix workflow
1 parent 5128d16 commit 2622246

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docs.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ jobs:
6464
oranda build
6565
6666
- name: Run Zola
67-
uses: shalzz/zola-deploy-action@v0.18.0
68-
env:
69-
BUILD_DIR: public
70-
BUILD_ONLY: true
67+
uses: shalzz/zola-deploy-action@v0.18.0
68+
env:
69+
BUILD_DIR: uutils.github.io
70+
BUILD_ONLY: true
7171

72-
- name: Collect oranda results into `public` folder
72+
- name: Collect results into `public` folder
7373
run: |
74-
mkdir public
74+
cp -r uutils.github.io/public public
7575
cp -r coreutils/public public/coreutils
7676
cp -r findutils/public public/findutils
7777

0 commit comments

Comments
 (0)