Skip to content

Commit

Permalink
Update action to reflect reality
Browse files Browse the repository at this point in the history
This was from an earlier design choice, and I just forgot to remove
some remaining traces of the old `gh-pages` stuff.
  • Loading branch information
dead-claudia committed Sep 23, 2024
1 parent 991fdcb commit e534ff5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ It's a multi-step process.
```yml
- uses: MithrilJS/infra/deploy@main
with:
type: gh-pages
type: github-pages
token: ${{ secrets.DEPLOY_TOKEN }}
```
To deploy a package not located in the repo root, set the `root_dir` option:
Expand Down
5 changes: 4 additions & 1 deletion deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Request a deployment

inputs:
type:
description: The type of deployment to perform.
description: |
The type of deployment to perform. Currently must be one of the following:
- `npm`
- `github-pages`
required: true
root_dir:
description: The directory to the root. Defaults to `GITHUB_WORKSPACE`.
Expand Down

0 comments on commit e534ff5

Please sign in to comment.