Skip to content

Commit

Permalink
update documentation for v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Nov 16, 2023
1 parent c9052ea commit f32b9bc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@ fontc-action uses the default `fontc` compiler option definitions to build fonts
```yaml
args: --flatten-components
```

#### `debug`

**Optional** Use a fontc compiler debug build for font compilation. Set the value to `true` to use a debug build. Do not define the field in your workflow or set to `false` to use a release build.

```yaml
debug: true
```

## Outputs

None
Expand Down

0 comments on commit f32b9bc

Please sign in to comment.