File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: build_web
33on :
44 workflow_dispatch :
55 pull_request :
6+ push :
7+ branches :
8+ - main
69 schedule :
710 - cron : ' 0 8 * * *'
811
1619 - run : npm ci
1720 - run : npm run clone
1821 - run : npm run unit
19- - run : npm run webpack:build
22+ - run : npm run webpack:build
23+ - name : deploy playground.abaplint.org
24+ uses : peaceiris/actions-gh-pages@v3
25+ if : github.ref == 'refs/heads/main' && github.repository == 'abap2UI5/abap2UI5-web'
26+ with :
27+ deploy_key : ${{ secrets.DEPLOY_WEB }}
28+ external_repository : abap2UI5/web-abap2ui5-samples
29+ user_name : ' github-actions[bot]'
30+ user_email : ' github-actions[bot]@users.noreply.github.com'
31+ publish_branch : main
32+ force_orphan : true
33+ publish_dir : ./build
You can’t perform that action at this time.
0 commit comments