Skip to content

chore(next): [juno-core] start next 2.43.2 #240

chore(next): [juno-core] start next 2.43.2

chore(next): [juno-core] start next 2.43.2 #240

Workflow file for this run

name: Deploy to Github Hosting on merge
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install 👾
run: yarn
- name: Build 📦
run: yarn predeploy
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: public # The folder the action should deploy.