forked from seanzhengw/sphinx-pages
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaction.yml
34 lines (34 loc) · 958 Bytes
/
action.yml
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: 'Sphinx Pages'
description: 'Builds GitHub Pages with Sphinx'
author: 'Bence Magyar'
branding:
icon: 'book'
color: 'purple'
inputs:
github_token:
description: 'Token for the repo. Can be passed in using $\{{ secrets.GITHUB_TOKEN }}'
required: false
create_readme:
description: 'Auto create a README.md file at branch gh-pages root with repo/branch/commit links'
default: false
source_dir:
description: 'Path to documentation source files that relative to project root'
default: '.'
install_extensions:
description: 'Install Sphinx extensions listed in $source_dir/requirements.txt'
default: true
deploy:
description: 'Push result to gh-pages'
default: false
outputs:
name:
description: 'Author name'
email:
description: 'Author email'
docs_sha:
description: 'Sphinx source sha'
docs_sha8:
description: 'Sphinx source short sha'
runs:
using: 'docker'
image: 'Dockerfile'