File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 shell : bash
3939 - name : ' Move files from staging to target directory'
4040 run : mv ${{ inputs.staging-directory }} ${{ inputs.target-directory }}
41- shell : bash
41+ shell : bash
42+ - name : ' Push documentation to docs branch'
43+ uses : ./.github/actions/push-changes
44+ with :
45+ working-directory : ${{ inputs.target-directory }}
46+ target-branch : ' docs'
47+ commit-message : ' Update docs'
Original file line number Diff line number Diff line change @@ -217,12 +217,12 @@ jobs:
217217 docfx-json-manifest : ' ./docfx/api-reference.json'
218218 staging-directory : ' ./docs/temp/**'
219219 target-directory : ' ./docs/${{ env.friendly-version }}/'
220- - name : ' Push documentation to docs branch'
221- uses : ./.github/actions/push-changes
222- with :
223- working-directory : ' ./docs/${{ env.friendly-version }}/'
224- target-branch : ' docs'
225- commit-message : ' Update docs for version ${{ env.friendly-version }}'
220+ # - name: 'Push documentation to docs branch'
221+ # uses: ./.github/actions/push-changes
222+ # with:
223+ # working-directory: './docs/${{ env.friendly-version }}/'
224+ # target-branch: 'docs'
225+ # commit-message: 'Update docs for version ${{ env.friendly-version }}'
226226 # - name: Upload artifact
227227 # uses: actions/upload-pages-artifact@v3
228228 # with:
You can’t perform that action at this time.
0 commit comments