Skip to content

Commit

Permalink
Add build_all_branches.sh to 1.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
emrul committed Sep 13, 2024
1 parent 6a6cebf commit 4c20fef
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 4c20fef

Please sign in to comment.