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 70bc5b097d
commit 4685c1a6b1

View File

@@ -130,9 +130,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