Skip to content

Commit

Permalink
install rename in build
Browse files Browse the repository at this point in the history
  • Loading branch information
viperehonchuk committed Nov 18, 2023
1 parent 0834152 commit 6d45a66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
- run: chmod +x ./revamp/exe/fix-interactive-examples && ./revamp/exe/fix-interactive-examples
- run: chmod +x ./revamp/exe/move-media && ./revamp/exe/move-media
# Recursively replace all asterisks in folder names with "_asterisk_"
- run: apt install rename
- run: find ./book -depth -type d -name "*" -execdir rename 's/\*/_asterisk_/g' "{}" \;
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6d45a66

Please sign in to comment.