We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 991fdcb commit e534ff5Copy full SHA for e534ff5
README.md
@@ -31,7 +31,7 @@ It's a multi-step process.
31
```yml
32
- uses: MithrilJS/infra/deploy@main
33
with:
34
- type: gh-pages
+ type: github-pages
35
token: ${{ secrets.DEPLOY_TOKEN }}
36
```
37
To deploy a package not located in the repo root, set the `root_dir` option:
deploy/action.yml
@@ -2,7 +2,10 @@ name: Request a deployment
2
3
inputs:
4
type:
5
- description: The type of deployment to perform.
+ description: |
6
+ The type of deployment to perform. Currently must be one of the following:
7
+ - `npm`
8
+ - `github-pages`
9
required: true
10
root_dir:
11
description: The directory to the root. Defaults to `GITHUB_WORKSPACE`.
0 commit comments