Skip to content

Commit a39b108

Browse files
Merge pull request #748 from AvaloniaUI/luke-fix-last-updated-footer
Set fetch-depth to 0 to get full history of doc updates
2 parents a3f1f63 + 47f1560 commit a39b108

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/azure-static-web-apps-zealous-desert-09e073403.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
submodules: true
19+
fetch-depth: 0
1920
- name: Install dependencies
2021
run: npm ci
2122
- name: Build
@@ -38,3 +39,4 @@ jobs:
3839
api_location: "" # Api source code path - optional
3940
output_location: "/" # Built app content directory - optional
4041
###### End of
42+

0 commit comments

Comments
 (0)