Skip to content

Improve website UI and add details about algorithm steps #20

Improve website UI and add details about algorithm steps

Improve website UI and add details about algorithm steps #20

name: Deploy tag to Vercel
on:
push:
tags:
- "*"
workflow_dispatch:
jobs:
build:
name: Trigger deploy hook
runs-on: ubuntu-latest
steps:
- run: curl -X POST -d {} $DEPLOY_HOOK
env:
DEPLOY_HOOK: ${{ secrets.VERCEL_DEPLOY_TAGS_DEPLOY_HOOK }}