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 08bb4b2 commit 69843fbCopy full SHA for 69843fb
.github/workflows/docs-build-push.yml
@@ -169,6 +169,8 @@ jobs:
169
170
- name: Checkout docs content
171
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.7.1
172
+ with:
173
+ fetch-depth: 0 # This is required for hugo Lastmod to function properly
174
175
- name: Get latest hugo theme
176
if: inputs.doc_type == 'hugo' && inputs.force_hugo_theme_version == ''
0 commit comments