diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d2ef6ba..a65728a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: shell: bash - run : git add dist -f shell: bash - - run : git commit -m "Deploy ${{ env.sha_short }} :rocket:" + - run : git commit -m "Deploy :rocket:" shell: bash - run : git push origin HEAD:gh-pages --force shell: bash