Skip to content

build(deps-dev): Bump dependency @ui5/linter to ^1.20.5 (#395) #298

build(deps-dev): Bump dependency @ui5/linter to ^1.20.5 (#395)

build(deps-dev): Bump dependency @ui5/linter to ^1.20.5 (#395) #298

Workflow file for this run

name: Deploy
on:
push:
branches: [ main ]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup Node.js environment
uses: actions/setup-node@v6
with:
node-version: 20.19.5
- run: npm install
- run: npm run build
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist