File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments