Skip to content

Commit

Permalink
Fix a typo in commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed May 19, 2024
1 parent 8838398 commit 7bfb231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
rsync -q -av --checksum --progress ${DEPLOY_SOURCE}/. .
git add --all .
if [ -n "$(git status --porcelain)" ]; then
git commit -m "Deoploying from amrex-tutorials ${DEPLOY_SOURCE_HEAD}" --no-verify
git commit -m "Deploying from amrex-tutorials ${DEPLOY_SOURCE_HEAD}" --no-verify
echo "git push to AMReX-Codes.github.io"
git push
echo "Successfully completed deployment"
Expand Down

0 comments on commit 7bfb231

Please sign in to comment.