DEV Community

Discussion on: GithubActions powered blog and online CV

Collapse
 
svasylenko profile image
Serhii Vasylenko

Thank you for asking @sidrsingh !

Think simple: how would you do it manually from your computer?

Since the "Deploy" step automates your actions with git mainly, you need to have your 'data' folder already created before the git add command.

You can either pass the "data" folder inside artifact or add some action in the Depoy step that creates this folder for you and copies the unpacked artifacts into it.