We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760d12d commit 108dfc2Copy full SHA for 108dfc2
.github/workflows/myst-to-pages.yml
@@ -38,19 +38,13 @@ concurrency:
38
jobs:
39
build-and-deploy:
40
runs-on: self-hosted
41
+ container:
42
+ image: ghcr.io/prefix-dev/pixi:latest
43
steps:
44
- name: Checkout repository
45
uses: actions/checkout@v4
46
with:
47
clean: true
- - name: Clean up previous pixi installation
- run: |
48
- rm -rf /containers/github-actions/.pixi || true
49
- - name: Setup pixi
50
- uses: prefix-dev/setup-pixi@v0.8.1
51
- with:
52
- pixi-version: latest
53
- cache: true
54
- name: Setup dependencies
55
run: |
56
pixi install
0 commit comments