Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadreza1388 committed Sep 8, 2024
2 parents 3a7bced + bbefd38 commit 307eee0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ jobs:
cd ../..
rm -rf clone-${variable}
echo "Cleanup completed: clone-${variable} removed."
# Add, commit, and push changes
cd ${{ secrets.SERVER_PATH }}
git add salam-wa.wasm salam-wa.js
git commit -m "Automated commit of WebAssembly build artifacts"
git push

0 comments on commit 307eee0

Please sign in to comment.