-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathaction.yml
More file actions
executable file
·28 lines (28 loc) · 873 Bytes
/
action.yml
File metadata and controls
executable file
·28 lines (28 loc) · 873 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
name: "Scully Publish"
description: "Build and deploy your Scully site to GitHub Pages."
branding:
icon: "book-open"
color: "red"
inputs:
access-token:
description: "A personal access token needed to push your site after it has been built."
required: true
deploy-branch:
description: "The branch expected by GitHub to have the static files needed for your site."
required: false
default: "master"
install-args:
description: "Additional arguments that get passed to `npm ci` (e. g. `--legacy-peer-deps`)."
required: false
default: ""
build-args:
description: "Additional arguments that get passed to `npm run build`."
required: false
default: ""
scully-args:
description: "Additional arguments that get passed to `npm run scully`."
required: false
default: ""
runs:
using: node20
main: dist/index.js