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]
|
||||
jobs:
|
||||
job:
|
||||
|
||||
runs-on: bookworm
|
||||
|
||||
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-install-packages 'python3-sphinx'
|
||||
- run: cd-clone-branch
|
||||
|
||||
- run: cd-build-project
|
||||
- run: cd-browse-workspace
|
||||
- run: cd-clone-python 'rwx.work/rwx'
|
||||
- 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…
Reference in a new issue