md-to-html/.gitea/workflows/ci.yaml
Kristina ea664b0c70
Some checks failed
Deploy HTML / deploy (push) Failing after 19s
prueba 2
2026-05-16 18:32:25 +02:00

19 lines
No EOL
356 B
YAML

name: Deploy HTML
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
container:
image: ubuntu:22.04
volumes:
- /srv/devops/data/apache/htdocs:/output
steps:
- uses: actions/checkout@v3
- name: Convertir y desplegar
run: |
chmod +x convertir.sh
./convertir.sh