File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,18 +53,18 @@ jobs:
5353 # The artifact only becomes available after this workflow wraps up, so let's wrap.
5454 # This artifact enables the download of a pre-built package and hosting of one's own playground instance.
5555
56- - name : Commit dist to repository
57- shell : bash
58- run : |
59- git config --global user.name "github-actions[bot]"
60- git config --global user.email "github-actions[bot]@users.noreply.github.com"
61- git add dist
62- if git diff --cached --quiet; then
63- echo "No changes to commit"
64- else
65- git commit -m "Deploy website: Update dist directory"
66- git push origin ${{ vars.GIT_REF_TO_DEPLOY || 'trunk' }}
67- fi
56+ # - name: Commit dist to repository
57+ # shell: bash
58+ # run: |
59+ # git config --global user.name "github-actions[bot]"
60+ # git config --global user.email "github-actions[bot]@users.noreply.github.com"
61+ # git add dist
62+ # if git diff --cached --quiet; then
63+ # echo "No changes to commit"
64+ # else
65+ # git commit -m "Deploy website: Update dist directory"
66+ # git push origin ${{ vars.GIT_REF_TO_DEPLOY || 'trunk' }}
67+ # fi
6868
6969 # Deploy to Cloudways server via SSH
7070 # Required secrets:
You can’t perform that action at this time.
0 commit comments