-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: use specific commit from theme repo #178
base: master
Are you sure you want to change the base?
Conversation
Why? |
@albertpod I don't believe it's good practice to modify code behind the scenes. Currently, if we only want to change the theme and not the site content, we're forced to make a superficial commit that doesn't alter any line in this repository but still modifies the site. I'm working on a new update command that will allow changes to the commit without accessing the theme's repo. |
So the update-theme actions actually will be documented, they will change the commit hash. |
why? can't you just re-trigger the deployment of the website? |
@Nimrais I'm pretty much sure you can just run |
@bvdmitri Yes, you can 100%. And that is exactly the problem. We are deploying from this repo smt that in any sense controlled by this repo. |
Improving Workflow: Introducing a new update command to streamline theme changes. This enhancement removes the requirement for superficial commits when adjusting the theme, ensuring code integrity and reducing unnecessary access to the theme's repo.