fix(ci): run git add in the correct directory #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "msz/www.trr379.de:msz-fix-ci"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Page generation scripts are called from the root directory of the script collection. But the
git addandgit commitshould be called from the root directory of the website, for the added paths to make sense.To avoid multiple
cdper step or lengthy commands withgit -C, git add and commit operations are grouped together in the last step.