Merge pull request #317 from status-im/docs-gh-pages

This commit is contained in:
Franck Royer 2021-10-13 13:59:23 +11:00 committed by GitHub
commit 0ccc43dabc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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