Skip to content

Commit b7c4142

Browse files
fix: deploy docs workflows
1 parent 04b4e0a commit b7c4142

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,18 @@ jobs:
1111
build:
1212
name: Build Docusaurus
1313
runs-on: ubuntu-latest
14-
working-directory: ./docs
1514
steps:
1615
- uses: actions/checkout@v4
1716
with:
1817
fetch-depth: 0
1918
- uses: actions/setup-node@v4
2019
with:
2120
node-version: 18
22-
cache: yarn
2321

2422
- name: Install dependencies
25-
run: yarn install --frozen-lockfile
23+
run: cd docs && yarn install --frozen-lockfile
2624
- name: Build website
27-
run: yarn build
25+
run: cd docs && yarn build
2826

2927
- name: Upload Build Artifact
3028
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)