actions/pages/pages.yml

13 lines
405 B
YAML

steps:
pushme:
image: ubuntu
secrets: [ gittoken ]
commands:
- chmod -R a+w .
- apt update
- apt install -y git wget
- git remote set-url origin https://$GITTOKEN@git.ttnrtsite.me/<username or org>/<repo name>
- wget https://git.ttnrtsite.me/TTNRT/actions/raw/branch/main/pages/run.sh
- chmod +x run.sh
- bash run.sh <path here>
- echo "Done!"