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 36cf778 commit 962b58b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# elastic-builder

[![npm version][version-badge]][package] [![.github/workflows/build.yml][build-badge]][build]
[![npm version][version-badge]][package] [![Build Status][build-badge]][build]
[![Coverage Status][coverage-badge]][coverage]
[![semantic-release][semantic-release-badge]][semantic-release]

Expand Down Expand Up @@ -377,7 +377,7 @@ MIT © [Suhas Karanth][sudo-suhas]
[version-badge]: https://badge.fury.io/js/elastic-builder.svg
[package]: https://www.npmjs.com/package/elastic-builder
[build-badge]:
https://github.com/sudo-suhas/elastic-builder/actions/workflows/release-with-check.yml/badge.svg
https://github.com/sudo-suhas/elastic-builder/actions/workflows/build.yml/badge.svg
[build]: https://github.com/sudo-suhas/elastic-builder/actions/workflows/build.yml
[coverage-badge]:
https://coveralls.io/repos/github/sudo-suhas/elastic-builder/badge.svg?branch=master
Expand Down
2 changes: 1 addition & 1 deletion deploy-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ fi
gh-pages --add \
--dist . \
--src "{browser/*,docs/*}" \
--repo "https://$GITHUB_TOKEN@github.com/sudo-suhas/elastic-builder.git" \
--repo "https://git:${GITHUB_TOKEN}@github.com/sudo-suhas/elastic-builder.git" \
--message "docs: Build docs for $(npm run -s print-version)" \
--user "github-actions-bot <[email protected]>"

0 comments on commit 962b58b

Please sign in to comment.