We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3f18c commit 3357ebcCopy full SHA for 3357ebc
.github/workflows/deploy.yml
@@ -20,6 +20,8 @@ jobs:
20
node-version: 22
21
- run: npm ci
22
- run: npx wrangler whoami
23
+ - run: git log src/content/posts/drafts/ts-log-init.md
24
+ - run: git log src/content/posts/drafts/requiem-for-a-seltzer.md
25
- name: Deploy preview
26
if: "${{ github.ref_name != 'main' }}"
27
env:
0 commit comments