parent
1fb36aac9e
commit
ae95d1a985
1 changed files with 12 additions and 17 deletions
|
@ -1,22 +1,17 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
job:
|
||||
runs-on: bookworm
|
||||
container:
|
||||
image: debian:bookworm
|
||||
steps:
|
||||
- name: cd
|
||||
env:
|
||||
CD: '${{secrets.cd}}'
|
||||
run: eval '${{vars.cd}}'
|
||||
- name: spcd
|
||||
run: >
|
||||
${{vars.SPCD}}
|
||||
"${{secrets.SPCD_SSH_KEY}}"
|
||||
"${{vars.SPCD_SSH_HOSTS}}"
|
||||
|
||||
- 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'
|
||||
- run: spcd-list-environment
|
||||
- run: spcd-clone-branch
|
||||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
- run: spcd-synchronize
|
||||
|
|
Loading…
Reference in a new issue