Skip to content

Commit 4759527

Browse files
fix: working directory on deploy workflows
1 parent 51d821c commit 4759527

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/xrpl-go-docs-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- uses: actions/setup-node@v4
19+
working-directory: ./docs
1920
with:
2021
node-version: 18
2122
cache: yarn

.github/workflows/xrpl-go-docs-test-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- uses: actions/setup-node@v4
19+
working-directory: ./docs
1920
with:
2021
node-version: 18
2122
cache: yarn

0 commit comments

Comments
 (0)