docs test

This commit is contained in:
era 2025-01-20 09:52:21 +03:30
parent 9f0b772d85
commit fe72cf67f6
No known key found for this signature in database
GPG Key ID: D09203E19A264BC3
2 changed files with 17 additions and 1 deletions

View 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

View File

@ -103,6 +103,6 @@ steps:
- '../build_prefabs/ballisticakit_mac_server.tar.gz'
- '../build_prefabs/ballisticakit_windows_server.zip'
- '../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}
depends_on: [build-prefabs, build-sphinx-docs]