Skip to content

Merge branch 'main' of https://github.com/iconoir-icons/iconoir #239

Merge branch 'main' of https://github.com/iconoir-icons/iconoir

Merge branch 'main' of https://github.com/iconoir-icons/iconoir #239

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
# Skip job on forks
if: github.repository_owner == 'iconoir-icons'
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Build CSS
run: pnpm run build css
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update build artifacts