Skip to content

Conversation

@adoyle-h
Copy link

Fixes #2138

@github-actions
Copy link

github-actions bot commented Sep 23, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
quartz ✅ Ready (View Log) Visit Preview 7356245

@adoyle-h
Copy link
Author

@jackyzha0 Please review this PR. THX.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a Docker-related EBUSY error that occurs when trying to remove the 'public' directory during the build process. The error happens because Docker has the directory locked or busy.

  • Changes the directory removal approach to remove contents instead of the directory itself
  • Modifies the rm call to use a glob pattern targeting directory contents rather than the directory root

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@adoyle-h adoyle-h force-pushed the fix/rmdir-public-locked branch 3 times, most recently from 04affc4 to ebe0760 Compare October 18, 2025 09:46
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exiting Quartz due to a fatal error: EBUSY: resource busy or locked, rmdir 'public'

2 participants