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.
1 parent 7502393 commit eedf1d7Copy full SHA for eedf1d7
.github/workflows/restapi-docs.yml
@@ -84,9 +84,9 @@ jobs:
84
- name: Commit and Deploy Updates
85
if: env.DEPLOY == 'true'
86
run: |
87
- mv docs/latest-restapi.json docs/restapi.json
+ mv docs/openapi.json docs/restapi.json
88
git config user.name "github-actions"
89
git config user.email "github-actions@restapi-docs.workflow"
90
git add docs/restapi.json
91
git commit -m "Update REST API documentation `date`"
92
- git push
+ git push origin main --force
0 commit comments