Skip to content

Commit 00e6319

Browse files
authored
Merge pull request #82 from csaf-poc/fix-version-pages
Fix Github Pages version
2 parents c9d8e1c + 1e79b77 commit 00e6319

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pages.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- name: Checkout repository
26-
uses: actions/checkout@v4
25+
- uses: actions/checkout@v4
26+
with:
27+
fetch-depth: 0 # Fetch full history
28+
fetch-tags: true
2729

2830
- name: Set up Node.js
2931
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)