Skip to content

Theme : Ventus (Hosting on Github pages) #695

Discussion options

You must be logged in to vote

Ok, i did find my problem.

  • First be sure to read the doc well.

In your repository, go to Setting>Pages. Under "Build and deployment", select "Deploy from a branch", select "gh- pages" and "root". Click on save.

I hadn't selected gh-pages.

  • Secondly if your deploy.yml use a Build step like
        run: |
          npm run build
          cp dist/index.html dist/404.html

Be sure to have in your package.json

    "build": "slidev build --base /name-of-your-repo/",

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Stephane-Pires
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant