Skip to content

Commit

Permalink
useless asset deleted after the copy in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Votre Nom authored and Votre Nom committed Sep 18, 2024
1 parent 637d5ec commit a43228c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ jobs:
# Remove all existing files from the branch
git rm -rf .
rm -r target
# Copy the generated output files into the root directory
cp -r output/* .
# Remove extra files
rm -r output
rm -r target
# Add and commit the changes
git add .
Expand Down

0 comments on commit a43228c

Please sign in to comment.