Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit708c2c8

Browse files
committed
add zola build action
1 parent6db6c19 commit708c2c8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

‎.github/workflows/docs.yml‎

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,18 @@ jobs:
6262
run:|
6363
cd findutils
6464
oranda build
65-
66-
-name:Collect results into `public` folder
65+
66+
-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
6773
run:|
6874
mkdir public
6975
cp -r coreutils/public public/coreutils
7076
cp -r findutils/public public/findutils
71-
cp -r uutils.github.io/homepage/* public
7277
7378
-name:Upload artifact for checking the output
7479
uses:actions/upload-artifact@v4

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp