Skip to content

Commit f0f2dca

Browse files
committed
devbox not the most intuitive thing here
1 parent fad9916 commit f0f2dca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pages.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
path: frontend/build
3636
- name: Build GitHub Pages Site
3737
run: |
38-
cd frontend
39-
devbox run --env WASMBOTS_BASE="/wasmbots" npm run build
38+
devbox run --env WASMBOTS_BASE="/wasmbots" cd frontend && npm run build
4039
- name: Upload GitHub Pages Artifact
4140
uses: actions/upload-pages-artifact@v3
4241
with:

0 commit comments

Comments
 (0)