diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-08 00:56:25 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-08 00:56:25 +0800 |
| commit | 970f96e7207f98e211cd3b1dadcc5015055789f9 (patch) | |
| tree | 0068c751323543116be5ba53534be88995aa828e /.woodpecker.yml | |
| parent | c2fd7f0627731a02b54202d1cd213b90750e2ae9 (diff) | |
| download | alicelinux-970f96e7207f98e211cd3b1dadcc5015055789f9.tar.gz alicelinux-970f96e7207f98e211cd3b1dadcc5015055789f9.zip | |
updated website
Diffstat (limited to '.woodpecker.yml')
| -rw-r--r-- | .woodpecker.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index f6ec34dc..1f580e55 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,8 +9,8 @@ steps: commands: - apk add --no-cache git build-base - cd website - - chmod +x ./genhtml.sh - - ./genhtml.sh + - chmod +x ./build.sh + - ./build.sh - git config --global user.email "$${CBMAIL}" - git config --global user.name "Woodpecker CI" - git clone -b pages https://$${CBTOKEN}@codeberg.org/$CI_REPO.git $CI_REPO_NAME |