Skip to content

Commit

Permalink
rename notes to collaborators
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Feb 14, 2024
1 parent 8f54662 commit ffb415d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ echo "<!DOCTYPE html>
<ul>" >>"$output_file"

# Loop through all GFM files.
for file in notes/*.md; do
for file in collaborators/*.md; do
# Open the li element.
echo " <li>" >>"$output_file"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ffb415d

Please sign in to comment.