deploy-to-neocities/action.yml
2019-11-11 15:51:48 -07:00

14 lines
333 B
YAML

name: 'Deploy to Neocities'
description: 'Github Action to deplpoy a folder to Neocities.org'
branding:
icon: cat
color: yellow
inputs:
api-token: # api token for site to deploy to
description: 'Neocities API token for site to deploy to'
required: true
outputs: # none
runs:
using: 'node12'
main: 'dist/bundle.js'