Change into the correct directory before trying to push

Each workflow step starts back in the default directory,
so we need to checkout the repository folder again
This commit is contained in:
abcdefg30
2022-12-23 21:56:21 +01:00
committed by Matthias Mailänder
parent ffa015dc21
commit 0d654d5e53

View File

@@ -133,9 +133,11 @@ jobs:
- name: Push docs.openra.net (Release)
if: startsWith(github.event.inputs.tag, 'release-')
run: |
cd docs
git push origin release
- name: Push docs.openra.net (Playtest)
if: startsWith(github.event.inputs.tag, 'playtest-')
run: |
cd docs
git push origin playtest