fredhohman.github.io
fredhohman.github.io copied to clipboard
How to deploy this page (how does deployment actions look?)?
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
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.