Skip to content

Commit

Permalink
chore(wertyuioasdfghjk): swdfghjkdlsf
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewzn69 committed Oct 19, 2023
1 parent e064bdb commit 267b426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-gallery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -x
mkdir -p output

# loop through the subdirectories
for dir in /../*; do
for dir in *; do
if [ -d "$dir" ]; then
folder_name=$(basename "$dir")
montage_images=()
Expand Down

0 comments on commit 267b426

Please sign in to comment.