Skip to content

Merge pull request #88 from kucher-mx/close-update #68

Merge pull request #88 from kucher-mx/close-update

Merge pull request #88 from kucher-mx/close-update #68

Workflow file for this run

name: build dist and example
on:
push:
branches:
- master
jobs:
update_dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v1
with:
node-version: 18
- run: npm ci
- run: npm run build
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply automatic changes
# file_pattern: src/*.js dist/*.js dist/*.css example/* index.html