Skip to content

Commit 8ccd363

Browse files
Merge pull request #220 from terminusdb/new_docs_location
ci: change location of docs destination folder
2 parents f862c05 + 482f13f commit 8ccd363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
source_folder: 'docs/api/.'
2323
destination_repo: 'terminusdb/terminusdb-docs'
24-
destination_folder: 'index/terminusx-db/reference-guides/javascript-client-reference'
24+
destination_folder: 'guides/reference-guides/javascript-client-reference'
2525
destination_base_branch: 'main'
2626
destination_head_branch: ${{ env.BRANCH_NAME }}
2727
user_email: '[email protected]'
2828
user_name: 'Neelterminusdb'
29-
pull_request_reviewers: 'mark-terminusdb'
29+
pull_request_reviewers: 'mark-terminusdb'

0 commit comments

Comments
 (0)