Skip to content

Commit 12244ac

Browse files
committed
Fix auto-deploy docs 4
1 parent 323db83 commit 12244ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
npm ci
3636
3737
- name: Build and deploy docs
38-
run: pnpm rollout-doc
38+
run: GIT_USER=${{ github.actor }} pnpm rollout-doc

0 commit comments

Comments
 (0)