Skip to content

Commit 05abf5d

Browse files
committed
some documentation would be nice, devbox
1 parent f0f2dca commit 05abf5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pages.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
path: frontend/build
3636
- name: Build GitHub Pages Site
3737
run: |
38-
devbox run --env WASMBOTS_BASE="/wasmbots" cd frontend && npm run build
38+
devbox run --env WASMBOTS_BASE="/wasmbots" npm run build
39+
env:
40+
DEVBOX_WD: ${{ github.workspace }}/frontend
3941
- name: Upload GitHub Pages Artifact
4042
uses: actions/upload-pages-artifact@v3
4143
with:

0 commit comments

Comments
 (0)