File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5555 rm -rf /tmp/docs_build
5656 git config --local user.email "[email protected] " 5757 git config --local user.name "GitHub Action"
58- git add ${{ env.RELEASE_VERSION }}
58+ git add ./latest ${{ env.RELEASE_VERSION }}
5959 git commit -m "Update documentation" -a || true
6060 - name : Push changes
6161 uses : ad-m/github-push-action@master
Original file line number Diff line number Diff line change 5555 rm -rf /tmp/docs_build
5656 git config --local user.email "[email protected] " 5757 git config --local user.name "GitHub Action"
58- git add ${{ env.RELEASE_VERSION }}
58+ git add ./stable ${{ env.RELEASE_VERSION }}
5959 git commit -m "Update documentation" -a || true
6060 - name : Push changes
6161 uses : ad-m/github-push-action@master
You can’t perform that action at this time.
0 commit comments