mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
Add command to create Readme
This commit is contained in:
parent
2a92f2ab17
commit
07d96fdd4b
1 changed files with 1 additions and 2 deletions
|
@ -146,8 +146,7 @@ add this to your workflow:
|
|||
Also you need to create `data` branch:
|
||||
```bash
|
||||
git checkout --orphan data
|
||||
# Here you need to create README.md
|
||||
# ...
|
||||
echo # Branch `data` > README.md
|
||||
git add README.md
|
||||
git commit -m "Add Readme"
|
||||
git push origin data
|
||||
|
|
Loading…
Reference in a new issue