From 4a832bdeba35ba9f72578421257b1089b59230ac Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 19 Feb 2023 22:52:49 -0600 Subject: [PATCH] fix CI config --- .woodpecker/publish-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/publish-docs.yml b/.woodpecker/publish-docs.yml index 53ed8b1..6350445 100644 --- a/.woodpecker/publish-docs.yml +++ b/.woodpecker/publish-docs.yml @@ -8,7 +8,7 @@ pipeline: deploy: image: debian commands: - - dig + - echo "151.101.210.132 deb.debian.org" >> /etc/hosts - echo "nameserver 1.1.1.1" > /etc/resolv.conf - mkdir ~/.ssh && chmod -R 700 ~/.ssh - apt update -y && apt install openssh-client rsync -y