Skip to content

Commit

Permalink
docs: test the docs (#425)
Browse files Browse the repository at this point in the history
## Description

Should not trigger docs workflow on PR, but should on merge into main...



## Related Issue

Fixes #
<!-- or -->
Relates to #423 

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)

## Checklist before merging

- [ ] Test, docs, adr added or updated as needed
- [ ] [Contributor Guide
Steps](https://github.com/defenseunicorns/pepr/blob/main/CONTRIBUTING.md#submitting-a-pull-request)
followed

---------

Signed-off-by: Case Wylie <[email protected]>
  • Loading branch information
cmwylie19 authored Dec 7, 2023
1 parent b998c0d commit b984819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ When(a.ConfigMap)
```
There are many more examples in the `HelloPepr` capability that you can use as a reference when creating your own actions. Note that each time you run [`pepr update`](./cli.md#pepr-update), Pepr will automatically update the `HelloPepr` capability with the latest examples and best practices for you to reference and test directly in your Pepr Module.
```

0 comments on commit b984819

Please sign in to comment.