Skip to content

Commit eedf1d7

Browse files
committed
ISSUE-337: force push
1 parent 7502393 commit eedf1d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/restapi-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ jobs:
8484
- name: Commit and Deploy Updates
8585
if: env.DEPLOY == 'true'
8686
run: |
87-
mv docs/latest-restapi.json docs/restapi.json
87+
mv docs/openapi.json docs/restapi.json
8888
git config user.name "github-actions"
8989
git config user.email "github-actions@restapi-docs.workflow"
9090
git add docs/restapi.json
9191
git commit -m "Update REST API documentation `date`"
92-
git push
92+
git push origin main --force

0 commit comments

Comments
 (0)