mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 15:26:16 +08:00
update build_bsp with static files (#1485)
* update build_bsp with static files * update * update
This commit is contained in:
parent
fd2269a0eb
commit
06795d18e2
27
.github/workflows/build_ui5_stringified.yaml
vendored
Normal file
27
.github/workflows/build_ui5_stringified.yaml
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
name: build_ui5_stringified
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
build_ui5_stringified:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 20
|
||||
- run: |
|
||||
node ci/app2string/trans2abap.js
|
||||
npm install @abaplint/cli -g
|
||||
abaplint --fix ci/app2string/abaplint.jsonc
|
||||
git status
|
||||
- name: Open PR
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
title: Automatic Update
|
|
@ -2,7 +2,7 @@ const fs = require('fs');
|
|||
const path = require('path');
|
||||
|
||||
const sourceDir = './app/webapp';
|
||||
const staticDir = './ci/app2bsp/static';
|
||||
const staticDir = './ci/app2bsp/static_files';
|
||||
const targetDir = './output';
|
||||
const prefix = 'z2ui5.wapa.';
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user