add feth depth for gitinfo

This commit is contained in:
Tomoya Matsuura(MacBookPro) 2023-08-08 23:18:00 +09:00
parent d2d5bced9e
commit d9d1a7a45a

View File

@ -43,6 +43,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3