From a8591b1b85d6d052ebf03c8cf2183b857808a1b5 Mon Sep 17 00:00:00 2001 From: Shaun Hoffer Date: Thu, 25 Jul 2024 15:57:19 -0400 Subject: [PATCH] wget error fix --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4b7d793..fcbe107 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -17,7 +17,7 @@ steps: commands: - apt update - apt install -y git wget - - wget https://git.ttnrtsite.me/TTNRT/actions/pages/run.sh + - wget https://git.ttnrtsite.me/TTNRT/actions/raw/branch/main/pages/run.sh - chmod +x run.sh - bash run.sh _site - echo "Done!" \ No newline at end of file