Skip to content

Commit

Permalink
BookOutput
Browse files Browse the repository at this point in the history
  • Loading branch information
ahomoudi committed Aug 16, 2023
1 parent a2f6a2c commit f9b3b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/move-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run: |
git branch
ls -R
mkdir -p Book
mv * Book/
mkdir -p BookOutput
mv * BookOutput/
- name: Commit and push changes
run: |
Expand Down

0 comments on commit f9b3b35

Please sign in to comment.