Skip to content

Commit c8f7bc4

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 c8f7bc4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/preview.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,12 @@ jobs:
132132
steps:
133133
- name: set git defaults
134134
run: |
135-
git config --global user.name 'github-actions[bot]'
136-
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
135+
git config user.name "GitHub Actions"
136+
git config user.email noreply@github.com
137137
- name: "Checkout repo"
138138
uses: actions/checkout@v4
139139
with:
140+
path: ovirt-site
140141
ref: gh-pages
141142
token: "${{ secrets.GITHUB_TOKEN }}"
142143
- name: "Remove preview build directory"

0 commit comments

Comments
 (0)