Skip to content

Commit 8c31ef7

Browse files
author
Anebix
committed
Add submodule for github.com/anebix-world/my-android-workflow
1 parent e64c87e commit 8c31ef7

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Checkout repository with submodules
14+
uses: actions/checkout@v4
15+
with:
16+
submodules: true
1317
- uses: actions/checkout@v4
1418
- name: Configure Git Credentials
1519
run: |

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "docs/my-android-workflow"]
2+
path = docs/my-android-workflow
3+
url = https://github.com/anebix-world/my-android-workflow.git

docs/my-android-workflow

Submodule my-android-workflow added at 423c733

0 commit comments

Comments
 (0)