Compare commits
No commits in common. "1d13ba969a05c124b9076c2cc0fb39eefd5f48d5" and "bfd9432fd67d8bc3ddb9c9f63ae6c8cecb32867d" have entirely different histories.
1d13ba969a
...
bfd9432fd6
1 changed files with 13 additions and 10 deletions
|
@ -1,19 +1,22 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
job:
|
job:
|
||||||
|
|
||||||
runs-on: bookworm
|
runs-on: bookworm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: cd
|
|
||||||
env:
|
|
||||||
CD: '${{secrets.cd}}'
|
|
||||||
run: eval '${{vars.cd}}'
|
|
||||||
|
|
||||||
- run: cd-clone-branch
|
- name: cd-bootstrap
|
||||||
|
env:
|
||||||
|
CD: '${{secrets.cd}}'
|
||||||
|
run: eval '${{vars.cd}}'
|
||||||
|
|
||||||
- run: cd-clone-python 'rwx.work/rwx'
|
- run: cd-clone-branch
|
||||||
- run: cd-install-packages 'python3-sphinx'
|
|
||||||
|
|
||||||
- run: cd-build-project
|
- run: cd-clone-python 'rwx.work/rwx'
|
||||||
- run: cd-browse-workspace
|
- run: cd-install-packages 'python3-sphinx'
|
||||||
|
|
||||||
- run: cd-synchronize 'out/rtfd'
|
- run: cd-build-project
|
||||||
|
- run: cd-browse-workspace
|
||||||
|
|
||||||
|
- run: cd-synchronize 'out/rtfd'
|
||||||
|
|
Loading…
Add table
Reference in a new issue