Skip to content

chore(next): [juno-icon] start next 1.79.1 #236

chore(next): [juno-icon] start next 1.79.1

chore(next): [juno-icon] start next 1.79.1 #236

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.