Skip to content

Commit c5f0841

Browse files
workflow - include fetch depth
1 parent ff66061 commit c5f0841

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/auto-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: auto-publish
22
run-name: Automatically publish documentation
33
on:
44
schedule:
5-
- cron: '50 18 * * FRI'
5+
- cron: '10 20 * * FRI'
66
jobs:
77
auto-publish:
88
runs-on: ubuntu-latest
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Check out repository
1717
uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
1820
- name: Check out main
1921
run: |
2022
echo "Checking out main branch"

0 commit comments

Comments
 (0)