Skip to content

Commit df944c9

Browse files
authored
Merge pull request #20955 from emberjs/kg-docs
2 parents 4dfedeb + b0f203a commit df944c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,13 @@ jobs:
6969
git checkout -b update-api-docs-${{ steps.pkg.outputs.version }}
7070
git add .
7171
git commit -m "Add docs for Ember ${{ steps.pkg.outputs.version }}"
72-
git push --set-upstream origin update-api-docs-${{ steps.pkg.outputs.version }}
7372
working-directory: ember-api-docs-data
7473

7574
- name: Fix docs, commit, push
7675
run: |
7776
npm run fix:files
7877
git add .
7978
git commit -m "fix urls and rev-index for ember"
80-
git push --set-upstream origin update-api-docs-${{ steps.pkg.outputs.version }}
8179
working-directory: ember-api-docs-data
8280

8381
- name: Create Pull Request

0 commit comments

Comments
 (0)