trying to fix webUI.

This commit is contained in:
Jason Kulatunga
2022-06-07 08:30:01 -07:00
parent 7287775cca
commit fe96c27732
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -83,8 +83,7 @@ jobs:
options: -v ${{ github.workspace }}:/work
run: |
cd /work
make frontend
ls -alt /work
make frontend && echo "print contents of /work/dist" && ls -alt /work/dist
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
@@ -144,8 +143,8 @@ jobs:
options: -v ${{ github.workspace }}:/work
run: |
cd /work
make frontend
ls -alt /work
make frontend && echo "print contents of /work/dist" && ls -alt /work/dist
- name: Set up QEMU
uses: docker/setup-qemu-action@v2