Skip to content

Commit

Permalink
an automated quick commit and push (tpush)
Browse files Browse the repository at this point in the history
  • Loading branch information
machine-moon committed Jan 3, 2025
1 parent 0b9198f commit 32b9d1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Mirror to backup repo
run: |
# Make a directory for the backup repo.
# Remove the backup directory if it exists, then recreate it.
rm -rf ../backup
mkdir ../backup
cp -R . ../backup
cd ../backup
Expand Down

0 comments on commit 32b9d1d

Please sign in to comment.