Skip to content

Commit

Permalink
Update readme_writer.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ruslan Senatorov <[email protected]>
  • Loading branch information
ruslansenatorov authored Nov 8, 2024
1 parent 3a5c86d commit 1a116ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readme_writer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Write DIRECTORY.md and README.md
run: |
scripts/remove_base64_images.py 2>&1 | *.py
scripts/remove_base64_images.py 2>&1 | tee *.py
scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md
scripts/build_directory_md.py 2>&1 | tee README.md
Expand Down

0 comments on commit 1a116ac

Please sign in to comment.