22 lines
420 B
YAML
22 lines
420 B
YAML
on: [push]
|
|
jobs:
|
|
job:
|
|
runs-on: bookworm
|
|
steps:
|
|
- name: cd
|
|
env:
|
|
CD: '${{secrets.cd}}'
|
|
run: eval '${{vars.cd}}'
|
|
|
|
- run: cd-clone-branch
|
|
|
|
- run: cd-clone-python 'rwx.work/rwx'
|
|
- run: |
|
|
cd-install-packages \
|
|
'python3-sphinx' \
|
|
'python3-sphinx-rtd-theme' \
|
|
|
|
- run: cd-build-project
|
|
- run: cd-browse-workspace
|
|
|
|
- run: cd-synchronize 'out/rtfd'
|