mirror of https://github.com/status-im/js-waku.git
Do not delete subfolders
Which makes them unavailable until they are published.
This commit is contained in:
parent
307469ef92
commit
9bd5d98ed9
|
@ -46,6 +46,7 @@ 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