-
Notifications
You must be signed in to change notification settings - Fork 204
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
docs: Add GitHub Actions documentation #955
Conversation
```yaml | ||
- uses: prefix-dev/setup-pixi@v0.5.1 | ||
with: | ||
pixi-version: v0.16.1 |
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.
This technically would need to be updated on every version bump... But I guess it's not really bad if it lags behind a bit until new features that affect the action are announced.
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.
Will add it to the tbump
run from the citation PR when that's in.
## Usage | ||
|
||
```yaml | ||
- uses: prefix-dev/setup-pixi@v0.5.1 |
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.
Ideally this would be up to date with the setup-pixi version. I have some automation here to ensure this but it might be too much hassle to also maintain it in this repo. We can just wait until setup-pixi@v1.0.0
releases once pixi v1
releases and then use @v1
everywhere.
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.
Sounds good to me!
Co-authored-by: Ruben Arts <ruben@prefix.dev>
as discussed in #950 (comment)
I copied everything from the setup-pixi readme and removed the Local development part and made it compatible with mkdocs.
We should make sure that every change to the documentation here will also be changed in the setup-pixi readme. xref prefix-dev/setup-pixi#84