diff --git a/.woodpecker.yml b/.woodpecker.yml index d575af826..394d56ef6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,19 +1,19 @@ clone: git: - image: bash + image: fish commands: - - cd /home/daudix - - if [ -d .exoci/website ]; then - - cd .exoci/website + - cd ~/.exoci + - if test -d website + - cd website - git pull - - git submodule update --remote --merge - else - - git clone --recursive https://git.exozy.me/daudix/website.git .exoci/website - - fi + - git clone https://git.exozy.me/daudix/website.git + - end pipeline: build: - image: bash + image: fish commands: - - cd /home/daudix/.exoci/website - - ~/.nix-profile/bin/zola build --output-dir /srv/http/pages/daudix --force + - cd ~/.exoci/website + - zola build --output-dir /srv/http/pages/daudix --force + - echo Y29uZ3JhdHMsIHlvdSBmb3VuZCBpdCEK | base64 -d > /srv/http/pages/daudix/ananas-duck diff --git a/themes/duckquill b/themes/duckquill index d7c2f206b..b14cbf233 160000 --- a/themes/duckquill +++ b/themes/duckquill @@ -1 +1 @@ -Subproject commit d7c2f206b94eecf6648d05cec0677a93f7e2b27e +Subproject commit b14cbf233735e9db8491ee88c629e495554040b5