Skip to content

Merge branch 'main' of github.com:foss4g-oceania/foss4g-sotm-oceania-… #302

Merge branch 'main' of github.com:foss4g-oceania/foss4g-sotm-oceania-…

Merge branch 'main' of github.com:foss4g-oceania/foss4g-sotm-oceania-… #302

---
name: Build and Deploy
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
yarn install --immutable --immutable-cache --check-cache
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build