Skip to content

Merge pull request #213 from ONEARMY/Add-questions #45

Merge pull request #213 from ONEARMY/Add-questions

Merge pull request #213 from ONEARMY/Add-questions #45

name: Build and Deploy To Github Pages
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Install and Build 🔧
run: |
cd website
yarn install
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages # The branch the action should deploy to.
folder: website/build/academy # The folder the action should deploy.