Skip to content

Commit 2fc5f2e

Browse files
committed
Add pixi_build job.
1 parent 65c7f01 commit 2fc5f2e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,15 @@ jobs:
8888

8989
- name: Test all files
9090
run: pixi run test
91+
92+
pixi_build:
93+
name: Build static site with pixi
94+
runs-on: ubuntu-latest
95+
steps:
96+
- uses: actions/checkout@v4
97+
98+
- name: Setup pixi
99+
uses: prefix-dev/setup-pixi@v0.8.1
100+
101+
- name: Build static site
102+
run: pixi run build

0 commit comments

Comments
 (0)