Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Sep 18, 2023
1 parent 52af45e commit b677a99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: github-pages
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "docs/gh-pages" ]
branches: [ "main" ]
pull_request:
branches: [ "docs/gh-pages" ]
branches: [ "main" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion README_V8.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ Rate limiter strategy throws `RateLimiterRejectedException` if execution is reje

## Next steps

To learn more about Polly, visit the [documentation](docs/README.md) or check out the [samples](#samples).
To learn more about Polly, visit the <https://www.pollydocs.org/>.

## Samples

Expand Down
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Meet Polly: The .NET resilience library

> [!NOTE]
> This is documentation for the upcoming Polly v8 release.
![Polly logo](https://raw.github.com/App-vNext/Polly/main/Polly-Logo.png)

Polly is a powerful library for .NET that helps you handle transient faults and improve the resilience of your applications. With Polly, you can easily define and apply strategies such as Retry, Circuit Breaker, Hedging, Timeout, Rate Limiter and Fallback to handle failures and slowdowns in a fluent and thread-safe way.
Expand Down

0 comments on commit b677a99

Please sign in to comment.