-
Notifications
You must be signed in to change notification settings - Fork 776
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
Update docs #4541
Update docs #4541
Conversation
jheredianet
commented
Feb 14, 2025
- Add script for maintenance: REINDEX
- Rearrange Projects using TeslaMate as DataSource, removing outdated projects or those that don't really use Teslamate as datasource and order by name
- Minor fixes in docs for Website
✅ Deploy Preview for teslamate ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please split out the nix cache action into separate pull request.
# Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. | ||
# To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. | ||
#uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 #v9 | ||
uses: DeterminateSystems/flakehub-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 #v9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this change really deserves a pull request all of its own. Something like that can get lost if combined with unrelated changes. And it looks somewhat important.
Where can I find this change documented? I tried looking https://github.com/DeterminateSystems/magic-nix-cache-action but I don't see anything.
Did you forget to update the hash? Seems kind of suspect that the hash is exactly the same.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-> #4544
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your changes. As indicated, please split up the pr in smaller pieces. Commenting out unused GitHub actions is not good practice IMO. Changing the nix action is not needed atm.
Please use proper linting.
As the PR is not only a doc change this PR will be closed, as it is highly misleading |