Skip to content

Update open positions #41

Update open positions

Update open positions #41

Workflow file for this run

name: deploy
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: |
yarn
- name: Build
run: yarn build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: release # The branch the action should deploy to.
folder: build # The folder the action should deploy