mirror of
https://github.com/revanced/revanced-documentation.git
synced 2025-01-06 08:45:54 +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
|
||||
uses: actions/checkout@v3
|
||||
- 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
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user