Skip to content

Commit

Permalink
docs(generate-readme.py): added note
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewzn69 committed Oct 19, 2023
1 parent 2322204 commit 976e037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Function to generate the README content
def generate_readme(directory):
readme_content = "# Wallpapers\n\n"
readme_content = "# Wallpapers\n\n> [!NOTE] This README is autogenerated. You may view it's source code [here](https://github.com/andrewzn69/wallpapers/tree/main/.github/workflows). I do not own these images. All credits belong to the respective artists."
files = os.listdir(directory)

for file in files:
Expand Down

0 comments on commit 976e037

Please sign in to comment.