docs: add repository bootstrap templates

This commit is contained in:
a.tolmachev
2026-05-04 09:39:05 +00:00
parent a61064ba3a
commit c4ac6e85c0
12 changed files with 192 additions and 2 deletions
@@ -0,0 +1,13 @@
name: Community Deploy
on:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: TODO
run: |
echo "Move Community deploy workflow here after crank-community repository is created."
exit 1