We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b517cd8 commit 46c4088Copy full SHA for 46c4088
.github/workflows/restapi-docs.yml
@@ -85,9 +85,9 @@ jobs:
85
- name: Commit and Deploy Updates
86
if: env.DEPLOY == 'true'
87
run: |
88
- mv docs/latest-restapi.json docs/restapi.json
+ mv docs/latest-restapi.json restapi.json
89
git config user.name "github-actions"
90
git config user.email "[email protected]"
91
- git add docs/restapi.json
+ git add restapi.json
92
git commit -m "Update REST API documentation `date`"
93
git push
0 commit comments