Closed oscarpolanco closed 5 years ago
Update the main.workflow file to add a new path for the Build and deploy action and a new action to update the version of the docs
main.workflow
Build and deploy
.github
branch
branch action_update
act
push
successful
branch master
decline
Update the
main.workflow
file to add a new path for theBuild and deploy
action and a new action to update the version of the docsSteps for testing the site locally:
.github
foldermain.workflow
update thebranch
line to usebranch action_update
act
command to simulate apush
event. The build should besuccessful
main.workflow
update thebranch
line to usebranch master
act
command to simulate apush
event. The build should bedecline
Note