Skip to content

404 when I deploy  #351

@Bam92

Description

@Bam92

I am wondering if there is a bug in the package. Since I deployed my site I am still getting Not found error.

I am using ver 2.2.0. This is my script:

const ghPages = require("gh-pages") 

ghPages.publish(
    'public',
    {
      branch: 'master',
      repo: 'https://github.com/Bam92/abelmbula.git',
    },
    () => {
      console.log('Deploy Completed!')
    }
  )


When I run my custom command to deploy (npm run deploy:gh-pages) I get the message Deploy Completed!, but when I go online I get 404 error.

What's wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions