Skip to content

Commit

Permalink
chore(generate-readme): frlfdkjdfs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewzn69 committed Oct 19, 2023
1 parent 2cc4db2 commit e064bdb
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 e064bdb

Please sign in to comment.