Skip to content

Add images to the machines guide #41

Add images to the machines guide

Add images to the machines guide #41

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