summaryrefslogtreecommitdiff
path: root/.woodpecker.yml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker.yml')
-rw-r--r--.woodpecker.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml
index 2b404ad..4142b42 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -27,8 +27,7 @@ pipeline:
- git clone -b pages https://$CBTOKEN@codeberg.org/$CI_REPO.git pages
- cp -r dist/docs "pages/$CI_COMMIT_TAG"
- cd pages
- - cargo install cargo-script
- - ./update-index.csh
+ - cargo run
- git add --all
- git commit -m "Woodpecker CI Generated Docs"
- git push