Change build.yml to include full commit history when building. Fixes changelog in about page showing only last commit.
This commit is contained in:
parent
117ebc4ac3
commit
d8d466b638
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -1,5 +1,8 @@
|
||||||
name: Build Eleventy
|
name: Build Eleventy
|
||||||
|
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue