-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
34 lines (27 loc) · 742 Bytes
/
action.yml
File metadata and controls
34 lines (27 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: 'React to Github Pages'
author: 'lotengdev'
description: 'GitHub Action for Building a React Site and Pushing it to Github Pages'
inputs:
githubToken:
description: 'A Github Personal Access Token with Repo permissions'
required: true
cname:
description: 'The custom domain name for your GH Pages Site'
required: false
branch:
description: 'The branch to push the built site to'
required: false
default: 'gh-pages'
repo:
description: 'The repo to push the built site to'
required: false
args:
description: 'Arguments to pass when run build command'
required: false
default:
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'upload-cloud'
color: 'red'