mirror of https://github.com/waku-org/js-waku.git
Use GitHub Action to deploy to gh pages
This commit is contained in:
parent
cda14ee505
commit
32672b9d53
|
@ -40,5 +40,7 @@ jobs:
|
|||
working-directory: web-chat
|
||||
|
||||
- name: Deploy web chat app on gh pages
|
||||
run: npm run deploy
|
||||
working-directory: web-chat
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./web-chat/build
|
||||
|
|
Loading…
Reference in New Issue