wget error fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Shaun Hoffer 2024-07-25 15:57:19 -04:00
parent b79954af36
commit a8591b1b85

@ -17,7 +17,7 @@ steps:
commands: commands:
- apt update - apt update
- apt install -y git wget - 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 - chmod +x run.sh
- bash run.sh _site - bash run.sh _site
- echo "Done!" - echo "Done!"