Refresh GH pages cache

As it is needed for #377 to have effect.
This commit is contained in:
Franck Royer 2022-01-06 13:13:14 +11:00
parent 594b92d919
commit 3340207d60
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.npm
key: node-v1-${{ hashFiles('**/package-lock.json') }}
key: node-v2-${{ hashFiles('**/package-lock.json') }}
- name: "[js-waku] install using npm ci"
uses: bahmutov/npm-install@v1
@ -46,7 +46,6 @@ jobs:
- name: "[web-chat] Deploy on gh pages to /"
uses: peaceiris/actions-gh-pages@v3
with:
keep_files: true # Do not delete sub-folders
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./examples/web-chat/build