Skip to content

Commit

Permalink
Update wrong option name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia authored Sep 22, 2024
1 parent f2ff12f commit 79077fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ It's a multi-step process.
type: gh-pages
token: ${{ secrets.DEPLOY_TOKEN }}
```
To deploy a package not located in the repo root, set the `package_dir` option:
To deploy a package not located in the repo root, set the `root_dir` option:
```yml
with:
package_dir: ${{ env.GITHUB_WORKSPACE }}/path/to/package
root_dir: ${{ env.GITHUB_WORKSPACE }}/path/to/package
```

## License
Expand Down

0 comments on commit 79077fa

Please sign in to comment.