mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 23:13:46 +08:00
docs test
This commit is contained in:
parent
9f0b772d85
commit
fe72cf67f6
16
.woodpecker/deploy_docs.yaml
Normal file
16
.woodpecker/deploy_docs.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: woodpecker
|
||||||
|
|
||||||
|
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
|
||||||
@ -103,6 +103,6 @@ steps:
|
|||||||
- '../build_prefabs/ballisticakit_mac_server.tar.gz'
|
- '../build_prefabs/ballisticakit_mac_server.tar.gz'
|
||||||
- '../build_prefabs/ballisticakit_windows_server.zip'
|
- '../build_prefabs/ballisticakit_windows_server.zip'
|
||||||
- '../build_sphinx_docs/ballistica_sphinx_docs.tar'
|
- '../build_sphinx_docs/ballistica_sphinx_docs.tar'
|
||||||
note: 'These are debug prefab builds; use them for testing purposes only. Check out https://ballistica.net/downloads for official/blessed release builds'
|
note: 'These are debug prefab builds; use them for testing purposes only. Docker versions of this release also exist at https://codeberg.org/3ra/-/packages/container/ballistica. Check out https://ballistica.net/downloads for official/blessed release builds.'
|
||||||
title: ${CI_COMMIT_TAG}
|
title: ${CI_COMMIT_TAG}
|
||||||
depends_on: [build-prefabs, build-sphinx-docs]
|
depends_on: [build-prefabs, build-sphinx-docs]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user