-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements to Deployment Documentation #430
Comments
Other things that I needed to make it work: In the GitHub action file change
Also, after changing the BASE_URL env variable, the user should rerun the buil command, maybe? I'm not sure if that affects the GitHub deployment in any way. Big props to Rowan for patiently helping me over on Twitter when I was really getting frustrated a Saturday at midnight 😵💫 |
I have made a pass at improving the documentation here: We just updated the CLI from Once you have the new version, I am hoping that I think @LanaSina that this would have gotten you up and running faster -- if you want to upgrade, you will have to switch to I am closing this issue, and will follow up on #452 later! Feel free to open it up again if the docs need updating. |
Working through the deployment process for github pages on twitter with @LanaSina there are a number of improvements to make this clearer.
Overall the page should be structured as a tutorial with steps, with deployment instructions for each provider (github, curvenote, etc.). We should also not assume familiarity with github pages or actions. The content at the top of the page can be moved to a reference section, it is background and most people won't care, they just want to follow the steps and have it work!
Rough GitHub steps:
_build
folder to the.gitignore
automatically..github/workflow
folder, include the file name. We could do this with amyst init --gh-action
Gotchas:
The text was updated successfully, but these errors were encountered: