Skip to content

Add Q4 2022/2023, Q2 2023/2024 (#289) #3

Add Q4 2022/2023, Q2 2023/2024 (#289)

Add Q4 2022/2023, Q2 2023/2024 (#289) #3

Workflow file for this run

name: Gatsby Deploy
on:
push:
branches: master
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: GitHub Config
run: |
git config --global user.email "[email protected]"
git config --global user.name "CSE3000-research-project"
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: |
npm install
- name: Deploy
run: npm run deploy:ci