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
70bc5b097d
commit
4685c1a6b1
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user