Skip to content

feat: tweak composer i18n #239

feat: tweak composer i18n

feat: tweak composer i18n #239

Workflow file for this run

name: CI/CD
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build
single-commit: true
git-config-name: GitHub Actions
git-config-email: 'github'