From 3340207d60f02a1b75a55ac3d0540be440f06cb5 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Thu, 6 Jan 2022 13:13:14 +1100 Subject: [PATCH] Refresh GH pages cache As it is needed for #377 to have effect. --- .github/workflows/deploy-gh-pages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index 8902fb0db3..21b6998e10 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -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