Skip to content

Commit 04b4e0a

Browse files
fix: deploy workflow
1 parent 1d0a31d commit 04b4e0a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,19 @@ jobs:
1111
build:
1212
name: Build Docusaurus
1313
runs-on: ubuntu-latest
14+
working-directory: ./docs
1415
steps:
1516
- uses: actions/checkout@v4
1617
with:
1718
fetch-depth: 0
1819
- uses: actions/setup-node@v4
19-
working-directory: ./docs
2020
with:
2121
node-version: 18
2222
cache: yarn
2323

2424
- name: Install dependencies
25-
working-directory: ./docs
2625
run: yarn install --frozen-lockfile
2726
- name: Build website
28-
working-directory: ./docs
2927
run: yarn build
3028

3129
- name: Upload Build Artifact

0 commit comments

Comments
 (0)