manancodes / Screenbows

Magical colours for your screen
https://manancodes.github.io/Screenbows/
10 stars 9 forks source link

fix failing workflow feat: Add Automated Deployment #37

Closed mihrab34 closed 3 months ago

mihrab34 commented 11 months ago

fix the failing workflow in PR #35

@manancodes - the Git configuration is now specific to the repository where the workflow runs

manancodes commented 11 months ago

Thanks @mihrab34 for the quick updates. I have one question though. Normally, I use the deploy script to build and deploy the project , and as far as I remember, I don't use push to the gh-pages manually. Why are we doing it here? I'm not very familiar with this part and need help from you.

mihrab34 commented 11 months ago

@manancodes The reason for manually pushing to the gh-pages branch in the workflow is to control and customize the deployment process. It ensures that the deployment occurs exactly when and how you want it to, typically after a successful build

manancodes commented 11 months ago

@manancodes The reason for manually pushing to the gh-pages branch in the workflow is to control and customize the deployment process. It ensures that the deployment occurs exactly when and how you want it to, typically after a successful build

I'm not very familiar with this. Are you certain this will work?

manancodes commented 11 months ago

@mihrab34

mihrab34 commented 11 months ago

@mihrab34

It will work. but i can also include a deploy script since you're more familiar with that.

manancodes commented 11 months ago

That would be awesome if you can do that. And create a separate PR for that.

mihrab34 commented 11 months ago

okay