Skip to content

Commit

Permalink
fix current overwrite location for js-api-docs since it changed
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Bollar <[email protected]>
  • Loading branch information
hanbollar committed Feb 9, 2024
1 parent f3e50ac commit a0f0e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:

- name: Update Docs
run: |
rm "./source/pages/02Javascript API.md"
mv -f "../doc/js-api.md" "./source/pages/02Javascript API.md"
rm "./source/pages/03Javascript API.md"
mv -f "../doc/js-api.md" "./source/pages/03Javascript API.md"
- name: Commit only if there are changes
run: |
Expand Down

0 comments on commit a0f0e6d

Please sign in to comment.