diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cab1a4d78da2..11d2531b5354 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -72,7 +72,12 @@ jobs: - name: Build and Release public release if: "${{ github.event.inputs.public != '' }}" - run: ./tools/release.sh public + run: | + pushd ../ + git clone git@github.com:ankidroid/ankidroiddocs + popd + ./tools/release.sh public + shell: bash - name: Build and Release test release if: "${{ github.event.inputs.public == '' }}"