Skip to content

CF: drop post IITC 0.34 support #131

CF: drop post IITC 0.34 support

CF: drop post IITC 0.34 support #131

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Sync previous build
run: |
mkdir dist
git fetch origin dist --depth 1
git worktree add dist origin/dist
- name: Install deps 🔧
run: npm install
- name: Build 🔧
run: |
npm run build:lejeu
npm run rollup:lejeu
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: dist # The branch the action should deploy to.
# single-commit: true
folder: dist # The folder the action should deploy.