Skip to content

Commit

Permalink
chore(docs): Move images to subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
reemo3dp committed Mar 18, 2024
1 parent 57dd698 commit 44bb1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_previews.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
set -x
for i in $(ls $GITHUB_WORKSPACE/*.md $GITHUB_WORKSPACE/docs/**/*.md $GITHUB_WORKSPACE/docs/*.md); do
poetry run python markdown_generator.py "$i"
poetry run python markdown_generator.py --directory img "$i"
done
- name: Commit changes
working-directory: .
Expand Down

0 comments on commit 44bb1a9

Please sign in to comment.