mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-01-16 22:56:28 +00:00
14 lines
337 B
YAML
14 lines
337 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.cjs.js'
|