mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-11 21:15:01 +00:00
Add to CI, upload to GH pages
This commit is contained in:
parent
3b32987ecf
commit
01696d074c
15
.github/workflows/deploy-gh-pages.yml
vendored
15
.github/workflows/deploy-gh-pages.yml
vendored
@ -64,6 +64,21 @@ jobs:
|
|||||||
publish_dir: ./examples/eth-dm/build
|
publish_dir: ./examples/eth-dm/build
|
||||||
destination_dir: eth-dm
|
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
|
- name: Generate docs
|
||||||
run: npm run doc:html
|
run: npm run doc:html
|
||||||
|
|
||||||
|
2
.github/workflows/examples-ci.yml
vendored
2
.github/workflows/examples-ci.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
examples_build_and_test:
|
examples_build_and_test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user