We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700f764 commit 21aafccCopy full SHA for 21aafcc
.github/workflows/pages.yml
@@ -28,6 +28,8 @@ jobs:
28
- name: Build Site
29
run: |
30
devbox run build
31
+ env:
32
+ WASMBOTS_BASE: "/wasmbots"
33
- name: Upload site artifact
34
uses: actions/upload-pages-artifact@v3
35
with:
0 commit comments