Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ecsimsw committed Aug 23, 2024
1 parent 6eaf77e commit 069672e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/print_tree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
| jq -r '.[] | .title' | sed 's/^/- /' >> README.md
# My articles
echo "### Project tree" >> README.md
echo "### Index" >> README.md
tree --dirsfirst --noreport -I README.md | sed 's/^/ /' >> README.md
- name: push
env:
Expand Down

0 comments on commit 069672e

Please sign in to comment.