Files
help365/.gitea/workflows/deploy.yml
levis 86d0d15b95
Some checks failed
Deploy Static Site / deploy (push) Failing after 42s
update
2025-05-27 17:18:06 +00:00

19 lines
520 B
YAML

name: Deploy Static Site
on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
token: 0406afe7de6547e850dd62c84976c6def23a5193
- name: Upload files via HTTPS API
run: |
curl -X PUT \
-H "Authorization: token 0406afe7de6547e850dd62c84976c6def23a5193" \
-T ./index.html \
"https://gitea.miduway.space/api/v1/repos/levis/help365/raw/help.miduway.space/index.html"