ci: fix preview pipeline for changes only in .hugo (#587)

This commit is contained in:
Kurtis Van Gent
2025-05-20 14:30:17 -06:00
committed by GitHub
parent 8df5568901
commit 6a832a1d7e

View File

@@ -26,7 +26,7 @@ on:
paths:
- 'docs/**'
- 'github/workflows/docs**'
- '.hugo'
- '.hugo/**'
jobs:
preview:
@@ -90,4 +90,4 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
body: "🔎 Preview at https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/previews/PR-${{ github.event.number }}/"
})
})