diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3bdebbb22..730664981 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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