Run the command npm run deploy in GitHub Actions to deploy the site to GitHub Pages. This should probably be a separate action that isn't run with every merge, as we likely don't want to deploy every time.
This task will not be completed for a couple reasons:
I don't want to run the deployment for every change because some changes might just be comments or refactoring that won't change the functionality of the code.
Because GitHub Actions is running multiple builds for different versions of npm, the deployment would occur multiple times.
Run the command
npm run deploy
in GitHub Actions to deploy the site to GitHub Pages. This should probably be a separate action that isn't run with every merge, as we likely don't want to deploy every time.