Skip to content

Commit

Permalink
updated site scaffold workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
benrochford committed Jan 15, 2025
1 parent 44b9d11 commit 0d2198a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/scripts/generate_site_scaffolds.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,6 @@ def generate_scaffolds(csv_path):
except Exception as e:
print(f"Error processing row {idx + 1}: {e}", file=sys.stderr)
continue

if created_files:
print("\nCreated the following files/directories:")
for file in created_files:
print(f" {file}")
else:
print("\nNo new files or directories were created.")

except Exception as e:
print(f"Fatal error: {e}", file=sys.stderr)
Expand Down

0 comments on commit 0d2198a

Please sign in to comment.