RiadhAdrani / slick-portfolio-svelte

Vercel-like style portfolio template for developers.
https://riadhadrani.github.io/slick-portfolio-svelte/
203 stars 105 forks source link

Only getting ReadMe upon deployment #50

Closed iadcruz closed 1 month ago

iadcruz commented 1 month ago

I followed the instructions in the ReadMe and landed up only seeing the ReadMe upon deployment. I then looked through some of the older issues and changed my base to be "". I can't seem to figure out what's wrong.

Repo: https://github.com/iadcruz/iadcruz.github.io

RiadhAdrani commented 1 month ago

Hello @iadcruz , It seems that you didn't activate github pages, check these steps .

iadcruz commented 1 month ago

I'm not sure I understand as I followed those steps already. I would appreciate any help you could provide.

RiadhAdrani commented 1 month ago

@iadcruz

I am seeing that you still have problems, is this how your options look in Actions and Pages

image

image

iadcruz commented 1 month ago

That's correct. I am able to run it locally and everything looks amazing, but with Github Pages I get a blank page.

RiadhAdrani commented 1 month ago

Hello @iadcruz , Can you delete the repo and re-fork pulling only the master branch?

iadcruz commented 1 month ago

I deleted the repo and re-forked pulling only the master branch, but I am still only getting the ReadMe

RiadhAdrani commented 1 month ago

Delete the gh-pages branch, make sure all the options are set up correctly and push another commit to master.

RiadhAdrani commented 1 month ago

Hello @iadcruz , I updated the readme with more screenshots and details, if you want to have another try.

iadcruz commented 1 month ago

If I'm creating a special repository (username.github.io), should I still be seeing gh-pages being created? It is not showing up when I select Deploy from a Branch. With the new ReadMe, should any changes be made to the deploy.yml file? Thanks in advance.

RiadhAdrani commented 1 month ago

For forked repository, you need to go to actions and activate any existing workflow. then you need to push to trigger the workflow which will create the gh-pages, then you need to activate github pages and set it to build from the branch.