diff --git a/Jekyll/.woodpecker/jekyll.yaml b/Jekyll/.woodpecker/jekyll.yaml index 7c6d856..56bddfe 100644 --- a/Jekyll/.woodpecker/jekyll.yaml +++ b/Jekyll/.woodpecker/jekyll.yaml @@ -25,15 +25,14 @@ clone: - name: clone-page image: docker.io/woodpeckerci/plugin-git settings: - partial: false remote: https://codeberg.org//.git + ref: HEAD path: _site # clone the pages branch # - name: clone-page # image: woodpeckerci/plugin-git # settings: # branch: pages - # partial: false # path: _site steps: @@ -52,7 +51,7 @@ steps: image: docker.io/appleboy/drone-git-push:latest settings: ssh_key: - from_secret: codeberg_ssh + from_secret: ssh_key # push to your static page repository, change it to your need remote: git@codeberg.org:/pages.git # if you are using a branch rather than a repo, change `remote` setting