Skip to content

Commit 757dfe6

Browse files
committed
Fix adding commit ID into URL
1 parent c5bcec0 commit 757dfe6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/conditional_convert_via_pandoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ jobs:
7979
- name: Add URL as comment
8080
uses: peter-evans/commit-comment@v3
8181
with:
82-
body: Hugo output should be available at https://phyphox.org/expdb/$COMMIT/public
82+
body: Hugo output should be available at https://phyphox.org/expdb/${{ COMMIT }}/public
8383

content/de/instructions/inelastischer-stoss/inelastischer-stoss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
translationKey: "Inelastic Collision Instruction"
33
title: "(In)elastischer Stoß"
44
date: 2024-12-17T11:42:40+01:00

content/en/instructions/inelastic-collision/inelastic-collision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
translationKey: "Inelastic Collision Instruction"
33
title: "(In)elastic Collision"
44
date: 2024-12-17T11:42:40+01:00

0 commit comments

Comments
 (0)