SubodhDahal / subodhdahal.github.io

0 stars 0 forks source link

Configure Sweep #2

Closed sweep-ai[bot] closed 10 months ago

sweep-ai[bot] commented 10 months ago

๐ŸŽ‰ Thank you for installing Sweep! We're thrilled to announce the latest update for Sweep, your trusty AI junior developer on GitHub. This PR creates a sweep.yaml config file, allowing you to personalize Sweep's performance according to your project requirements.

What's new?

If you would like me to stop creating this PR, go to issues and say "Sweep: create an empty sweep.yaml file". Thank you for using Sweep! ๐Ÿงน

sweep-ai[bot] commented 10 months ago

GitHub actions yielded the following error.

The error occurred during the "Prepare publishing assets" step. Here are the relevant lines:

[INFO] prepare publishing assets
[INFO] copy /home/runner/work/subodhdahal.github.io/subodhdahal.github.io/dist to /home/runner/actions_github_pages_1691350330613
cp: no such file or directory: /home/runner/work/subodhdahal.github.io/subodhdahal.github.io/dist/.*
[INFO] delete excluded assets
rm: no paths given

The command that failed is the cp command, which was trying to copy the /home/runner/work/subodhdahal.github.io/subodhdahal.github.io/dist directory to /home/runner/actions_github_pages_1691350330613. It failed because the source directory does not exist.

Please make sure that the dist directory exists in the specified location before running the workflow again.

This is likely a linting or type-checking issue with the source code.

I'm getting the same errors 3 times in a row, so I will stop working on fixing this PR.