Skip to content

Delete SUAPC 2024 Winter contestants who came below 10th #27

Delete SUAPC 2024 Winter contestants who came below 10th

Delete SUAPC 2024 Winter contestants who came below 10th #27

name: deploy-gh-pages
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Prepare CI
run: yarn
- name: Build react project
run: yarn react:build
- name: Deploy with GitHub Pages v3
uses: peaceiris/actions-github-pages@v3.1.12
with:
publish_dir: build/
github_token: ${{ secrets.SGICPC_API_KEY }}