Skip to content

Commit

Permalink
Add fet all to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hunt committed Sep 12, 2024
1 parent 1beed4e commit 3525ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_all_branches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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')"
Expand Down

0 comments on commit 3525ac4

Please sign in to comment.