Skip to content

Commit 270abff

Browse files
committed
✏️ Fix the documentation setting bugs of path.
1 parent c2b346e commit 270abff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/documentation.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@ jobs:
114114
with:
115115
node-version: '22'
116116
cache: 'pnpm'
117-
cache-dependency-path: docs/pnpm-lock.yaml
117+
cache-dependency-path: docs_with_docusarus/pnpm-lock.yaml
118118

119119
- name: Install dependencies
120-
working-directory: docs
120+
working-directory: docs_with_docusarus
121121
run: pnpm install --no-frozen-lockfile
122122

123123
- name: Build website
124-
working-directory: docs
124+
working-directory: docs_with_docusarus
125125
run: pnpm build
126126

127127
# Setup Pages
@@ -132,7 +132,7 @@ jobs:
132132
- name: Upload artifact
133133
uses: actions/upload-pages-artifact@v4
134134
with:
135-
path: ./docs/build
135+
path: ./docs_with_docusarus/build
136136

137137
# Deploy to GitHub Pages
138138
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)