Skip to content

strudel-science/strudel-science.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STRUDEL Website: Production

This repo houses the production build of the strudel website. The build files are copied over from the strudel-web repo into the public directory of this repo.

❗ DO NOT edit the code in the public directory of this repo.

Deploying

1. Go to the strudel-web repo page on GitHub

The code for the production website is handled by the strudel-web repo. From there you will run a GitHub action to copy the website build files into this repo.

2. Run the production deployment workflow

If the staging website looks good (strudel.science/strudel-web), go to the actions page for the Copy Build to Production Repo workflow. Click the "Run workflow" dropdown, ensure that the main branch is selected, then click the "Run workflow" button. This will create build files for the website and copy them to the strudel-science.github.io repo. This will automatically trigger a new deployment to the production website at https://strudel.science.

3. Confirm your changes on the production website

Go to the the production website at https://strudel.science and confirm that everything looks as expected.

You're done!