mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
fix workflow
This commit is contained in:
@@ -64,14 +64,14 @@ jobs:
|
||||
oranda build
|
||||
|
||||
- name: Run Zola
|
||||
uses: shalzz/zola-deploy-action@v0.18.0
|
||||
env:
|
||||
BUILD_DIR: public
|
||||
BUILD_ONLY: true
|
||||
uses: shalzz/zola-deploy-action@v0.18.0
|
||||
env:
|
||||
BUILD_DIR: uutils.github.io
|
||||
BUILD_ONLY: true
|
||||
|
||||
- name: Collect oranda results into `public` folder
|
||||
- name: Collect results into `public` folder
|
||||
run: |
|
||||
mkdir public
|
||||
cp -r uutils.github.io/public public
|
||||
cp -r coreutils/public public/coreutils
|
||||
cp -r findutils/public public/findutils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user