Skip to content

Merge pull request #76 from albertbori/main #60

Merge pull request #76 from albertbori/main

Merge pull request #76 from albertbori/main #60

Workflow file for this run

name: deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 🔧 install + build # This project is built using npm and outputs the result to the 'build' folder
run: |
yarn
yarn build-prefix
- name: 🚀 deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to
folder: public # The folder the action should deploy