Skip to content

Commit 950150e

Browse files
authored
hotfix pages envs
1 parent 9fb6955 commit 950150e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@ jobs:
2222
with:
2323
pixi-version: v${{ env.URLJSF_PIXI_VERSION }}
2424
cache: false
25-
environments: |
26-
atest
27-
build
28-
docs
29-
test
30-
test-min
25+
environments: atest build docs test test-min
3126
- run: pixi run build-yarn
3227
- run: pixi run build
3328
- run: pixi run dist

0 commit comments

Comments
 (0)