Skip to content

Merge pull request #288 from unoxautomat/fix-tabs-with-action-log #15

Merge pull request #288 from unoxautomat/fix-tabs-with-action-log

Merge pull request #288 from unoxautomat/fix-tabs-with-action-log #15

Workflow file for this run

name: "Update Assets"
on:
workflow_dispatch:
push:
branches: [master]
jobs:
update:
name: Update assets
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node 16
uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Compile Asset
run: |
npm install
npm run production
env:
TAILWIND_MODE: build
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update Assets