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 ef5ec8f commit f7a85b1Copy full SHA for f7a85b1
1 file changed
.github/workflows/deploy-docs.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout code
20
uses: actions/checkout@v4
21
with:
22
- fetch-depth: 0
+ fetch-depth: 2
23
24
- name: Get changed .qmd files on current branch
25
run: |
0 commit comments