Skip to content

Commit 56a274b

Browse files
committed
ci(gh): Move to www
1 parent 47b2570 commit 56a274b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
${{ runner.os }}-
3434
3535
- name: Install esy
36-
run: npm install -g [email protected].6
36+
run: npm install -g [email protected].7
3737

3838
- name: Restore esy source cache
3939
id: esy-cache
@@ -77,6 +77,7 @@ jobs:
7777
if: ${{ matrix.os == 'ubuntu-latest' }}
7878
run: |
7979
esy b dune build
80+
cd www
8081
npm install
8182
npm run build:prod
8283

0 commit comments

Comments
 (0)