mirror of
https://github.com/revanced/revanced-documentation.git
synced 2024-11-18 17:29:27 +01:00
build: fix path spec
This commit is contained in:
parent
19f0c42b23
commit
0ba907a2dc
2
.github/workflows/update-documentation.yml
vendored
2
.github/workflows/update-documentation.yml
vendored
@ -11,7 +11,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 ${{ github.event.repository.full_name }}
|
run: git submodule update --recursive --remote repositories/${{ github.event.repository.full_name }}
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user