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:
committed by
Matthias Mailänder
parent
ffa015dc21
commit
0d654d5e53
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user