Fix documentation deployment.

This commit is contained in:
Matthias Mailänder
2022-12-04 16:21:26 +01:00
committed by Paul Chote
parent 0f149f1143
commit 4ffd81bd41

View File

@@ -115,7 +115,7 @@ jobs:
cd docs
git config --local user.email "actions@github.com"
git config --local user.name "GitHub Actions"
git add *.md
git add api/*.md
git commit -m "Update auto-generated documentation for ${GIT_TAG}"
- name: Push docs.openra.net (Release)