Skip to content

Commit

Permalink
Document directory option
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 25, 2023
1 parent 37758ad commit 3847aff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,14 @@ This is only used when the anonymous project strategy is used, (i.e. when the pr
* **Required**: `false`
* **Default**: `"latest"`

### `directory`

Specifies the directory containing the source files to build. This is useful if your source files are not located in the root directory of the repository.

* **Description**: Specify the directory containing the source files to build.
* **Required**: `false`
* **Default**: `"."`

### Environment variables

>warning If your inputs contain sensitive information, you should use [GitHub Secrets](https://docs.github.com/en/actions/reference/encrypted-secrets) to store them.
Expand Down

0 comments on commit 3847aff

Please sign in to comment.