Hello! This repository has been pre-configured with eslint and gh-pages to automatically deploy your app when you push to the main branch.
You will, however, need to finish setting up the deployment.
- Click on your picture ->
settingsin the top right of Github. - Then, scroll to
Developer Settingsand clickPersonal access tokens - Generate a new token with
repoaccess and no expiration date. - Make sure you copy the created token as you will not be able to see it after this.
Back in this repository, go to settings -> secrets -> Actions and click the New repository secret button in the topright.
Name the secret "GH_TOKEN" and paste in the token you copied in the previous step.