mirror of
https://github.com/imfing/hextra.git
synced 2025-06-19 18:21:19 -04:00
ci: setup actions/checkout@v3
to fetch complete Git history (#32)
Attempt to fix #31
This commit is contained in:
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -35,6 +35,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
|
Reference in New Issue
Block a user