mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 13:25:31 +08:00
17 lines
329 B
YAML
17 lines
329 B
YAML
when:
|
|
- event: push
|
|
branch: main
|
|
|
|
steps:
|
|
- name: build
|
|
image: codeberg.org/3ra/ballistica-dev:latest
|
|
pull: true
|
|
commands:
|
|
- make docs-sphinx
|
|
- name: deploy
|
|
image: codeberg.org/xfix/plugin-codeberg-pages-deploy:1
|
|
settings:
|
|
folder: build/sphinx
|
|
ssh_key:
|
|
from_secret: SSH_KEY
|