mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 21:42:45 +08:00
cleanup actions
This commit is contained in:
parent
a8289ee9bb
commit
f7dc529f12
29
.github/workflows/build_frontend_classic.yaml
vendored
29
.github/workflows/build_frontend_classic.yaml
vendored
|
@ -1,29 +0,0 @@
|
||||||
name: build_frontend_classic
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build_frontend_classic:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
timeout-minutes: 10
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- uses: actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
node-version: 20
|
|
||||||
- run: node ci/app2bsp/run.js
|
|
||||||
- name: send to bsp repository
|
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
|
||||||
with:
|
|
||||||
external_repository: abap2UI5/frontend
|
|
||||||
user_name: 'github-actions[bot]'
|
|
||||||
user_email: 'github-actions[bot]@users.noreply.github.com'
|
|
||||||
publish_branch: standard
|
|
||||||
publish_dir: output
|
|
||||||
deploy_key: ${{ secrets.ACTION_KEY_FRONTEND }}
|
|
||||||
destination_dir: src/02
|
|
Loading…
Reference in New Issue
Block a user