Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidedigrande authored Oct 25, 2023
1 parent 5fb0a3e commit 45ae740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
git rm --cached resume*.yml
git commit -m "Remove resume.yml"
mv resume.yml resume$(md5sum resume.yml | awk '{print $1}').yml
mv resume.yml resume$(md5sum resume*.yml | awk '{print $1}').yml
git add resume*.yml
git commit -m "Update resume.yml"
Expand Down

0 comments on commit 45ae740

Please sign in to comment.