Skip to content

Change filename of incident jan 2024 #5

Change filename of incident jan 2024

Change filename of incident jan 2024 #5

Workflow file for this run

name: Build and Deploy
on:
push:
branches: [main]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.18.1'
cache: 'yarn'
- name: Install ⚙️
run: yarn install --frozen-lockfile
- name: Build 🛠
run: yarn build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy.