From 0ba907a2dc8b820e4ecd847bbb2953584eb75e8a Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sat, 12 Nov 2022 05:04:45 +0100 Subject: [PATCH] build: fix path spec --- .github/workflows/update-documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-documentation.yml b/.github/workflows/update-documentation.yml index 81b09ed..e2c4091 100644 --- a/.github/workflows/update-documentation.yml +++ b/.github/workflows/update-documentation.yml @@ -11,9 +11,9 @@ jobs: - name: Clone repository uses: actions/checkout@v3 - 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 uses: EndBug/add-and-commit@v9 with: message: 'chore: update docs for ${{ github.event.repository.full_name }} to ${{github.event.client_payload.ref}}' - default_author: ReVanced \ No newline at end of file + default_author: ReVanced