fix(ci): run git add in the correct directory #24

Merged
mih merged 1 commit from msz/www.trr379.de:msz-fix-ci into main 2026-02-26 17:56:59 +00:00

1 commit

Author SHA1 Message Date
1a0717e8f1 fix(ci): run git add in the correct directory
All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 7m37s
Page generation scripts are called from the root directory of the
script collection. But the `git add` and `git commit` should be called
from the root directory of the website, for the added paths to make
sense.

To avoid multiple `cd` per step or lengthy commands with `git -C`, git
add and commit operations are grouped together in the last step.
2026-02-26 18:15:14 +01:00