Skip to content

Commit

Permalink
chore(docs): Add consistent GitHub Action name to Publish action (#5640)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysheridan authored Jan 17, 2025
1 parent 4deeb7d commit fdb7f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fern/pages/docs/building-your-docs/pr-preview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following is a GitHub Action workflow that generates a preview URL for every

<CodeBlock title = ".github/workflows/preview-docs.yml">
```yaml
name: preview-docs
name: Preview Docs

on:
pull_request
Expand Down Expand Up @@ -115,4 +115,4 @@ jobs:
## Link expiration
Preview links do not expire. However, the time to live (TTL) is subject to change in the future.
Preview links do not expire. However, the time to live (TTL) is subject to change in the future.

0 comments on commit fdb7f3d

Please sign in to comment.