We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f2dca commit 05abf5dCopy full SHA for 05abf5d
.github/workflows/pages.yml
@@ -35,7 +35,9 @@ jobs:
35
path: frontend/build
36
- name: Build GitHub Pages Site
37
run: |
38
- devbox run --env WASMBOTS_BASE="/wasmbots" cd frontend && npm run build
+ devbox run --env WASMBOTS_BASE="/wasmbots" npm run build
39
+ env:
40
+ DEVBOX_WD: ${{ github.workspace }}/frontend
41
- name: Upload GitHub Pages Artifact
42
uses: actions/upload-pages-artifact@v3
43
with:
0 commit comments