mirror of
https://github.com/ReVanced/revanced-documentation.git
synced 2026-01-25 20:21:02 +00:00
build: fix path spec
This commit is contained in:
4
.github/workflows/update-documentation.yml
vendored
4
.github/workflows/update-documentation.yml
vendored
@@ -11,9 +11,9 @@ 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:
|
||||||
message: 'chore: update docs for ${{ github.event.repository.full_name }} to ${{github.event.client_payload.ref}}'
|
message: 'chore: update docs for ${{ github.event.repository.full_name }} to ${{github.event.client_payload.ref}}'
|
||||||
default_author: ReVanced
|
default_author: ReVanced
|
||||||
|
|||||||
Reference in New Issue
Block a user