We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63582ad commit fb166e9Copy full SHA for fb166e9
.github/workflows/deploy.yml
@@ -11,6 +11,8 @@ jobs:
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v4
14
+ with:
15
+ fetch-depth: 0
16
17
- name: Install pandoc
18
uses: pandoc/actions/setup@v1
0 commit comments