fix: allow docs to be commited by workflow

This commit is contained in:
2025-03-10 22:26:19 +01:00
parent f61558cb18
commit 937358558d

View File

@@ -76,6 +76,6 @@ jobs:
run: | run: |
git config --global user.email "cis-oss@users.noreply.github.com" git config --global user.email "cis-oss@users.noreply.github.com"
git config --global user.name "Continuous Integration" git config --global user.name "Continuous Integration"
git add . git add docs/ -f
git commit -m "CI updated the documentation" git commit -m "CI updated the documentation"
git push git push