We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db6c19 commit 708c2c8Copy full SHA for 708c2c8
.github/workflows/docs.yml
@@ -62,13 +62,18 @@ jobs:
62
run: |
63
cd findutils
64
oranda build
65
-
66
- - name: Collect results into `public` folder
+
+ - 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
73
74
mkdir public
75
cp -r coreutils/public public/coreutils
76
cp -r findutils/public public/findutils
- cp -r uutils.github.io/homepage/* public
77
78
- name: Upload artifact for checking the output
79
uses: actions/upload-artifact@v4
0 commit comments