mirror of
https://github.com/ReVanced/revanced-documentation.git
synced 2026-01-19 09:13:58 +00:00
build: initialize submodule when updating
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user