Skip to content

Commit

Permalink
release: public release requires peer-level ankidroiddocs clone
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Jul 27, 2023
1 parent 9d5a6ae commit 1f9a282
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:ankidroid/ankidroiddocs
popd
./tools/release.sh public
shell: bash

- name: Build and Release test release
if: "${{ github.event.inputs.public == '' }}"
Expand Down

0 comments on commit 1f9a282

Please sign in to comment.