Skip to content

Commit ef21b89

Browse files
Fix wrong version string
Signed-off-by: Christian Wolf <github@christianwolf.email>
1 parent df336df commit ef21b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: make -C docs build-uml-svg
5353

5454
- name: Build with Jekyll
55-
uses: actions/jekyll-build-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e
55+
uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697
5656
with:
5757
source: ./docs/
5858
destination: ./docs/_site

0 commit comments

Comments
 (0)