Make sure you are logged into GitHub
- click add file
- click upload file
- drag drop downloaded html files
- put in commit message (optional but good for history tracking)
- click commit to main branch directly
If you are a maintainer and have write access to this repository, follow these steps to add a new HTML file:
To verify your SSH connection to GitHub, run:
ssh -T git@github.comIf you encounter an error, please refer to the SSH Setup Guide for troubleshooting steps.
git clone git@github.com:NOAA-PSL/marine_heatwave_discussion.git
cd marine_heatwave_discussionCopy or move your new HTML file (e.g., GlobalMHWForecastDiscussion202508.html) into the repository folder. Please make sure the filename is matching the following format:
GlobalMHWForecastDiscussionYYYYMM.htmlgit statusgit add GlobalMHWForecastDiscussion202508.htmlgit commit -m "Add GlobalMHWForecastDiscussion202508.html"git push origin mainYour new HTML file will now be available in the repository.
Repeat 2-6 when there is a new monthly discussion to upload/push