Closed
Description
Hi,
I have a GitHub self-hosted runner set up to deploy a Next.js app that checkouts the repository, builds and restarts pm2.
The thing is whenever the actions/checkout@v2 step kicks in, it deletes all the files within the repository including the folder .next
that contains all the build files. This leads to the downtime of the application whenever the workflow runs.
Is there any way I can opt-out of the deletion of the build files? If there's no way as of now, can I submit a pull request with a YAML config for that?
Metadata
Metadata
Assignees
Labels
No labels
Activity