Add fet all to 1.0

This commit is contained in:
Chris Hunt 2024-09-12 14:15:27 +01:00
parent 1beed4e80a
commit 3525ac4a10
No known key found for this signature in database

View File

@ -10,6 +10,7 @@ touch base/.nojekyll
# Generating documentation for each other branch in a subdirectory
echo "All branches:"
git fetch --all
echo "$(git branch --remotes --format '%(refname:lstrip=3)' | grep -Ev '^(HEAD|develop|gh-pages)$')"
for BRANCH in $(git branch --remotes --format '%(refname:lstrip=3)' | grep -Ev '^(HEAD|develop|gh-pages)$'); do
SANITIZED_BRANCH="$(echo $BRANCH | sed 's/\//_/g')"