We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0a31d commit 04b4e0aCopy full SHA for 04b4e0a
.github/workflows/xrpl-go-docs-deploy.yml
@@ -11,21 +11,19 @@ jobs:
11
build:
12
name: Build Docusaurus
13
runs-on: ubuntu-latest
14
+ working-directory: ./docs
15
steps:
16
- uses: actions/checkout@v4
17
with:
18
fetch-depth: 0
19
- uses: actions/setup-node@v4
- working-directory: ./docs
20
21
node-version: 18
22
cache: yarn
23
24
- name: Install dependencies
25
26
run: yarn install --frozen-lockfile
27
- name: Build website
28
29
run: yarn build
30
31
- name: Upload Build Artifact
0 commit comments