Skip to content

Commit 97195ba

Browse files
authored
[Docs Site] Fix fetch-depth and last updated on pages with updated fm (cloudflare#19070)
1 parent 25ad766 commit 97195ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/publish-preview.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,12 @@ jobs:
4646
path: |
4747
node_modules/.astro
4848
key: static
49+
50+
keepalive:
51+
runs-on: ubuntu-latest
52+
permissions:
53+
actions: write
54+
contents: read
55+
steps:
56+
- uses: actions/checkout@v4
57+
- uses: gautamkrishnar/keepalive-workflow@v2

0 commit comments

Comments
 (0)