Skip to content

Commit bdcdb66

Browse files
committed
test post
1 parent 9c2e353 commit bdcdb66

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

  • content/posts/pr-preview-smoke-test
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: PR Preview Smoke Test
3+
publishDate: '2026-07-19'
4+
author: Jacob Coffee
5+
description: 'A temporary post used to verify pull request preview deployments.'
6+
tags:
7+
- testing
8+
published: true
9+
---
10+
11+
This is a temporary post for testing pull request preview deployments.
12+
13+
If you can read this in the preview, the deployment is serving content from the pull request branch correctly.
14+
15+
## Preview checklist
16+
17+
- The post appears on the blog index.
18+
- This heading and checklist render correctly.
19+
- The post has its own working permalink.
20+
21+
```python
22+
print("PR preview is working!")
23+
```
24+
25+
This post can be removed after the preview workflow has been verified.

0 commit comments

Comments
 (0)