Skip to content

Refactor:

Refactor: #18

Workflow file for this run

name: deploy

Check failure on line 1 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

(Line: 1, Col: 1): Required property is missing: jobs
# on:
# workflow_dispatch:
# inputs:
# confirm:
# description: 'Type "yes" to confirm manual deploy on master'
# required: true
# default: 'no'
# jobs:
# build:
# name: Build
# # TODO
# deploy:
# name: Deploy
# # TODO