Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Update Assets

Update Assets #436

Workflow file for this run

name: "Update Assets"
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches: [main]
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: |
yarn install
yarn run production
env:
TAILWIND_MODE: build
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update Assets