We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dfedeb + b0f203a commit df944c9Copy full SHA for df944c9
.github/workflows/docs.yml
@@ -69,15 +69,13 @@ jobs:
69
git checkout -b update-api-docs-${{ steps.pkg.outputs.version }}
70
git add .
71
git commit -m "Add docs for Ember ${{ steps.pkg.outputs.version }}"
72
- git push --set-upstream origin update-api-docs-${{ steps.pkg.outputs.version }}
73
working-directory: ember-api-docs-data
74
75
- name: Fix docs, commit, push
76
run: |
77
npm run fix:files
78
79
git commit -m "fix urls and rev-index for ember"
80
81
82
83
- name: Create Pull Request
0 commit comments