Skip to content

Commit

Permalink
Use hostname property
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed Jun 8, 2021
1 parent 6c1be37 commit 508792e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ function run() {
const deployOptions = {
token: gitHubToken,
repositoryName,
hostname: 'github.com',
branch: core.getInput('branch') || 'gh-pages',
folder: 'book',
silent: false,
Expand Down
1 change: 1 addition & 0 deletions src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export async function run(): Promise<void> {
const deployOptions = {
token: gitHubToken,
repositoryName,
hostname: 'github.com',
branch: core.getInput('branch') || 'gh-pages',
folder: 'book',
silent: false,
Expand Down

0 comments on commit 508792e

Please sign in to comment.