forked from drowl87/hextra_mirror
ci: setup actions/checkout@v3
to fetch complete Git history (#32)
Attempt to fix #31
This commit is contained in:
parent
4381f31085
commit
e4c36236df
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -35,6 +35,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user