Skip to content

Commit

Permalink
Update page-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MEGAGON committed Aug 5, 2023
1 parent 5807783 commit 27db283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/page-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cnt=0
for file in Samples/*; do
cnt=$((cnt + 1))
python log-to-readable.py "$file"
python log-to-readable-md.py "$file"
cp new.md docs/Samples/"$cnt".md
done
Expand Down

0 comments on commit 27db283

Please sign in to comment.