fredhohman.github.io icon indicating copy to clipboard operation
fredhohman.github.io copied to clipboard

How to deploy this page (how does deployment actions look?)?

Open abhijeetdhakane opened this issue 10 months ago • 1 comments

May be a dumb question. I tried deploying this page with npm run start but didn't work out. Do you mind sharing .github/workflow/actions.yml ?

current file action.yml

npm run start

abhijeetdhakane avatar Mar 11 '25 14:03 abhijeetdhakane

Hi @abhijeetdhakane. This website deployment is pretty old now. It's using the default Github Pages settings, which detects that it's a Jekyll website and auto builds and deploys based on a branch you set. You just have to enable Github Pages from your fork. Go the the repo settings and you'll see Pages. If I were to do a modern rewrite, I'd make a more explicit deployment script like you suggested.

fredhohman avatar Mar 11 '25 14:03 fredhohman