Skip to content

Commit 7d715fd

Browse files
committed
updated
1 parent b945bb9 commit 7d715fd

21 files changed

Lines changed: 2 additions & 2425 deletions

.github/actions/push-changes/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ runs:
9090
git config user.name "$(git log -n 1 --pretty=format:%an)"
9191
git config user.email "$(git log -n 1 --pretty=format:%ae)"
9292
git commit -m '${{ inputs.commit-message }}'
93-
git push origin ${{ github.head_ref || github.ref }}
93+
git push ${{ github.head_ref || github.ref }}
9494
working-directory: ${{ inputs.working-directory }}
9595

9696
# - name: Add changes from ${{ inputs.working-directory }}

.github/workflows/publish-documentation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: 'Generate & Publish Documentation'
22

33
on:
4-
workflow_dispatch:
54
push:
65
branches:
76
- 'release/**'
@@ -16,7 +15,7 @@ permissions:
1615

1716
concurrency:
1817
group: publish-docs-${{ github.head_ref || github.ref }}
19-
cancel-in-progress: true
18+
cancel-in-progress: false
2019

2120
jobs:
2221
global-variables:

api-reference/1.0/PolylineAlgorithm.Abstraction.AbstractPolylineDecoder-2.yml

Lines changed: 0 additions & 190 deletions
This file was deleted.

0 commit comments

Comments
 (0)