mirror of https://github.com/waku-org/js-waku.git
Merge pull request #379 from status-im/refresh-gh-pages-cache
This commit is contained in:
commit
defcf133e4
|
@ -27,7 +27,7 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/.npm
|
path: ~/.npm
|
||||||
key: node-v1-${{ hashFiles('**/package-lock.json') }}
|
key: node-v2-${{ hashFiles('**/package-lock.json') }}
|
||||||
|
|
||||||
- name: "[js-waku] install using npm ci"
|
- name: "[js-waku] install using npm ci"
|
||||||
uses: bahmutov/npm-install@v1
|
uses: bahmutov/npm-install@v1
|
||||||
|
@ -46,7 +46,6 @@ jobs:
|
||||||
- name: "[web-chat] Deploy on gh pages to /"
|
- name: "[web-chat] Deploy on gh pages to /"
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
keep_files: true # Do not delete sub-folders
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./examples/web-chat/build
|
publish_dir: ./examples/web-chat/build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue