updated workflow for testing
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Shaun Hoffer 2024-07-25 15:54:33 -04:00
parent bbcd7be19d
commit b79954af36

@ -14,12 +14,10 @@ steps:
- event: manual # workflow should run if you execute it manual
- event: push # workflow should run on each push ( = on each commit)
image: ubuntu
secrets: [ gittoken, gitemail ]
commands:
- apt update
- apt install -y git
- git config --global user.email "$GITEMAIL"
- git config --global user.name "ssp6904"
- git config --global --add --bool push.autoSetupRemote true
- ls _site
- apt install -y git wget
- wget https://git.ttnrtsite.me/TTNRT/actions/pages/run.sh
- chmod +x run.sh
- bash run.sh _site
- echo "Done!"