Skip to content

Commit eb85de4

Browse files
committed
fix workflow
1 parent 5128d16 commit eb85de4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,13 @@ 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

7272
- name: Collect oranda results into `public` folder
7373
run: |
74-
mkdir public
7574
cp -r coreutils/public public/coreutils
7675
cp -r findutils/public public/findutils
7776

0 commit comments

Comments
 (0)