2023-12-28 03:40:15 +00:00
|
|
|
name: 'web3.news Publisher'
|
|
|
|
description: 'An action that publishes your site to the web3.news aggregator'
|
|
|
|
runs:
|
2023-12-28 06:00:46 +00:00
|
|
|
using: 'docker'
|
|
|
|
image: 'Dockerfile'
|
|
|
|
args:
|
|
|
|
- ${{ inputs.node }}
|
|
|
|
- ${{ inputs.seed }}
|
|
|
|
- ${{ inputs.folder }}
|
2023-12-28 03:40:15 +00:00
|
|
|
inputs:
|
|
|
|
node:
|
2023-12-28 06:00:46 +00:00
|
|
|
description: 'The S5 node to deploy to'
|
2023-12-28 03:40:15 +00:00
|
|
|
required: true
|
|
|
|
seed:
|
2023-12-28 06:00:46 +00:00
|
|
|
description: 'Your site BIP39 seed'
|
2023-12-28 03:40:15 +00:00
|
|
|
required: true
|
|
|
|
folder:
|
2023-12-28 06:00:46 +00:00
|
|
|
description: 'The folder to publish'
|
|
|
|
required: false
|
|
|
|
default: 'public'
|