diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6a2a5ff544..35e323f50d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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