Skip to content

Commit 46c4088

Browse files
committed
Fix restapi-docs file location
1 parent b517cd8 commit 46c4088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/restapi-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
- name: Commit and Deploy Updates
8686
if: env.DEPLOY == 'true'
8787
run: |
88-
mv docs/latest-restapi.json docs/restapi.json
88+
mv docs/latest-restapi.json restapi.json
8989
git config user.name "github-actions"
9090
git config user.email "[email protected]"
91-
git add docs/restapi.json
91+
git add restapi.json
9292
git commit -m "Update REST API documentation `date`"
9393
git push

0 commit comments

Comments
 (0)