You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ There are currently five ways to authenticate with pixi:
175
175
- using an S3 key pair
176
176
- using keyring for PyPI registries
177
177
178
-
For more information, see the [pixi documentation](https://prefix.dev/docs/pixi/authentication).
178
+
For more information, see the [pixi documentation](https://pixi.sh/latest/deployment/authentication/).
179
179
180
180
> [!WARNING]
181
181
> Please only store sensitive information using [GitHub secrets](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions). Do not store them in your repository.
@@ -331,7 +331,7 @@ However, be aware that this option augments the environment of your job.
331
331
### `--frozen` and `--locked`
332
332
333
333
You can specify whether `setup-pixi` should run `pixi install --frozen` or `pixi install --locked` depending on the `frozen` or the `locked` input argument.
334
-
See the [official documentation](https://prefix.dev/docs/pixi/cli#install) for more information about the `--frozen` and `--locked` flags.
334
+
See the [official documentation](https://pixi.sh/latest/reference/cli/pixi/install/#update-options) for more information about the `--frozen` and `--locked` flags.
0 commit comments