Compare commits
No commits in common. "bfd9432fd67d8bc3ddb9c9f63ae6c8cecb32867d" and "9e991cded36a5bb292650982e70124642f8911ab" have entirely different histories.
bfd9432fd6
...
9e991cded3
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
job:
|
||||
|
||||
runs-on: bookworm
|
||||
|
||||
steps:
|
||||
|
||||
- name: cd-bootstrap
|
||||
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'
|
||||
|
||||
- run: cd-build-project
|
||||
- run: cd-browse-workspace
|
||||
|
||||
- run: cd-synchronize 'out/rtfd'
|
Loading…
Reference in a new issue