Skip to content

Commit 2199f73

Browse files
ci: fix preview pipeline
fix publish preview to get github pages functional again Signed-off-by: Jasper Berton <jasper.berton@team.blue>
1 parent 5c7a9b2 commit 2199f73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150
path: "${{needs.build.outputs.PREVIEW_PATH}}"
151151
- name: "Commit changes"
152152
run: |
153+
cd ovirt-site
153154
commit=$(git log --format="%H" -n 1)
154155
description=$(git describe --always)
155156
if git status --porcelain 2>/dev/null| grep -E "^??|^M"

0 commit comments

Comments
 (0)