mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-11 13:04:41 +00:00
Build the web app
This commit is contained in:
parent
32672b9d53
commit
f78145c7aa
4
.github/workflows/deploy-gh-pages.yml
vendored
4
.github/workflows/deploy-gh-pages.yml
vendored
@ -39,6 +39,10 @@ jobs:
|
||||
run: npm install
|
||||
working-directory: web-chat
|
||||
|
||||
- name: build web app
|
||||
run: npm run build
|
||||
working-directory: web-chat
|
||||
|
||||
- name: Deploy web chat app on gh pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user