Skip to content

Commit c75d20f

Browse files
committed
👷 docs deployment
1 parent 48cdf18 commit c75d20f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
hatch --version
5656
- name: Create Virtual Environment
5757
run: hatch env create docs
58+
- name: Set Up GitHub Actions User
59+
run: |
60+
git config user.name "github-actions[bot]"
61+
git config user.email "github-actions[bot]@users.noreply.github.com"
5862
- name: Build Site
5963
run: hatch run docs:build
6064
- name: Setup GitHub Pages

0 commit comments

Comments
 (0)