mirror of https://github.com/waku-org/js-waku.git
Add to CI, upload to GH pages
This commit is contained in:
parent
3b32987ecf
commit
01696d074c
|
@ -64,6 +64,21 @@ jobs:
|
|||
publish_dir: ./examples/eth-dm/build
|
||||
destination_dir: eth-dm
|
||||
|
||||
- name: "[eth-pm-wallet] install using npm i"
|
||||
run: npm install
|
||||
working-directory: examples/eth-pm-wallet-encryption
|
||||
|
||||
- name: "[eth-pm-wallet] build"
|
||||
run: npm run build
|
||||
working-directory: examples/eth-pm-wallet-encryption
|
||||
|
||||
- name: "[eth-pm-wallet] Deploy on gh pages to /eth-pm-wallet"
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./examples/eth-pm-wallet-encryption/build
|
||||
destination_dir: eth-pm-wallet
|
||||
|
||||
- name: Generate docs
|
||||
run: npm run doc:html
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
examples_build_and_test:
|
||||
strategy:
|
||||
matrix:
|
||||
example: [ web-chat, eth-dm, min-react-js-chat, store-reactjs-chat ]
|
||||
example: [ web-chat, eth-dm, eth-pm-wallet-encryption, min-react-js-chat, store-reactjs-chat ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
|
Loading…
Reference in New Issue