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
3
3
on :
4
4
workflow_dispatch :
5
5
pull_request :
6
+ push :
7
+ branches :
8
+ - main
6
9
schedule :
7
10
- cron : ' 0 8 * * *'
8
11
16
19
- run : npm ci
17
20
- run : npm run clone
18
21
- 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