Skip to content

Commit

Permalink
fix: Specify user in deploy-docs for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-suhas committed Nov 12, 2022
1 parent 81513a7 commit 36cf778
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ gh-pages --add \
--dist . \
--src "{browser/*,docs/*}" \
--repo "https://$GITHUB_TOKEN@github.com/sudo-suhas/elastic-builder.git" \
--message "docs: Build docs for $(npm run -s print-version)"
--message "docs: Build docs for $(npm run -s print-version)" \
--user "github-actions-bot <[email protected]>"

0 comments on commit 36cf778

Please sign in to comment.