Update the Github Actions to deploy a test version of the site to a "staging" folder #33
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently there is no way to view changes in a particular branch on Github Pages; you have to view them locally. We'd like to update the Github Actions script to provide a workflow that will deploy any selected branch to a
/staging
folder in Github Pages. You will need to use the workflow trigger event (which we already using for the current workflow). That way, someone can manually trigger this workflow to deploy to the/staging
folder.The text was updated successfully, but these errors were encountered: