Skip to content

Commit fad3ac8

Browse files
committed
fix deployment workflow
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
1 parent 61ac677 commit fad3ac8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323

2424
- name: Build Docusaurus site
2525
run: npm run build
26+
27+
- name: Configure Git author using secrets
28+
run: |
29+
git config --global user.name "${{ secrets.GH_CONFIG_NAME }}"
30+
git config --global user.email "${{ secrets.GH_CONFIG_EMAIL }}"
31+
2632
2733
- name: Deploy to GitHub Pages
2834
env:

0 commit comments

Comments
 (0)