try auto push
parent
646416c8ec
commit
6f6a128587
|
@ -30,8 +30,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
tool: 'jsperformanceentry'
|
tool: 'jsperformanceentry'
|
||||||
output-file-path: test/end-to-end-tests/performance-entries.json
|
output-file-path: test/end-to-end-tests/performance-entries.json
|
||||||
external-data-json-path: ./cache/benchmark-data-template.json
|
|
||||||
fail-on-alert: false
|
fail-on-alert: false
|
||||||
- name: Push benchmark result
|
# Personal access token to deploy GitHub Pages branch
|
||||||
# if: ${{ github.ref == 'refs/heads/develop' }}
|
github-token: ${{ secrets.DEPLOY_GH_PAGES }}
|
||||||
run: git push 'https://RiotRobot:${{ secrets.DEPLOY_GH_PAGES }}@github.com/matrix-org/matrix-react-sdk.git' gh-pages:gh-pages
|
# Push and deploy GitHub pages branch automatically
|
||||||
|
auto-push: true
|
||||||
|
|
Loading…
Reference in New Issue