mirror of
https://github.com/revanced/revanced-documentation.git
synced 2025-01-22 16:37:36 +01:00
build: initialize submodule when updating
This commit is contained in:
parent
3f13acc6da
commit
88f75e1a79
2
.github/workflows/update-documentation.yml
vendored
2
.github/workflows/update-documentation.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Update submodule
|
- name: Update submodule
|
||||||
run: git submodule update --recursive --remote repositories/${{ github.event.client_payload.repo }}
|
run: git submodule update --init --recursive --remote repositories/${{ github.event.client_payload.repo }}
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user