diff options
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 |