tisonkun commented on code in PR #7806:
URL: https://github.com/apache/opendal/pull/7806#discussion_r3446780924


##########
.github/workflows/docs.yml:
##########
@@ -483,93 +486,63 @@ jobs:
           cache-dependency-path: "website/pnpm-lock.yaml"
 
       - name: Corepack
-        working-directory: website
-        run: npm i -g --force corepack && corepack enable
+        run: npm install -g --force corepack && corepack enable
 
-      - name: Download rust docs
+      - name: Download rust documentation
         uses: actions/download-artifact@v8
         with:
-          name: rust-docs
-          path: ./website/static/docs/rust
+          name: rust-documentation
+          path: website/static/docs/
 
-      - name: Download nodejs docs
+      - name: Download bindings and integrations documentations
         uses: actions/download-artifact@v8
         with:
-          name: nodejs-docs
-          path: ./website/static/docs/nodejs
+          pattern: *-documentation
+          path: website/static/docs/

Review Comment:
   `rust-documentation` would be covered by this pattern again?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to