We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cdf18 commit c75d20fCopy full SHA for c75d20f
.github/workflows/release.yaml
@@ -55,6 +55,10 @@ jobs:
55
hatch --version
56
- name: Create Virtual Environment
57
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"
62
- name: Build Site
63
run: hatch run docs:build
64
- name: Setup GitHub Pages
0 commit comments