ppkarwasz commented on code in PR #367:
URL: https://github.com/apache/logging-parent/pull/367#discussion_r2096312765


##########
.github/workflows/deploy-site-reusable.yaml:
##########
@@ -115,6 +105,12 @@ jobs:
           git config user.name "ASF Logging Services RM"
           git config user.email priv...@logging.apache.org
 
+      # Checking out a new branch will delete the `node_modules` folder
+      - name: Save Node.js modules
+        shell: bash
+        run: |
+          zip -qX "$RUNNER_TEMP"/node_modules.zip node_modules

Review Comment:
   Fixed in 
https://github.com/apache/logging-parent/pull/367/commits/c5229479cbe1b1332f088d0eff4c481582103723



-- 
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: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to