Skip to content

Commit b0c4551

Browse files
committed
Fix auto-deploy docs 6
1 parent 67ee2ca commit b0c4551

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
@@ -40,4 +40,4 @@ jobs:
4040
npm ci
4141
4242
- name: Build and deploy docs
43-
run: GIT_USER=${{ github.actor }} pnpm rollout-doc
43+
run: GIT_USER=${{ github.actor }} GIT_PASS=${{ secrets.DOCUSAURUS_DEPLOY_KEY }} pnpm rollout-doc

0 commit comments

Comments
 (0)