Skip to content

Commit

Permalink
Update directory_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 dd15738 commit 11b8388
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/directory_writer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
python-version: 3.x
- name: Set script executable permission
run: chmod +x scripts/build_directory_md.py

- name: Set script executable permission
run: chmod +x remove_base64_images.py

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

0 comments on commit 11b8388

Please sign in to comment.