Skip to content

Commit

Permalink
{fix} add git history to website build
Browse files Browse the repository at this point in the history
  • Loading branch information
bgotink committed Dec 25, 2024
1 parent 93a17d3 commit 6d19707
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:

- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 6d19707

Please sign in to comment.