Use Github Action to deploy Vue app to Netlify
Reading Time: 2 minutesGenerate a personal access token and create ACCESS_TOKEN variable under Settings -> Secrets. Keep the personal access token in a safe place and do not lose it Go to Actions tab of the github repo Create netlify.yml under .github/workflow Paste the follow code in the yaml file I deploy the Tic Tac Toe game to … Read more