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.
settings
in the top right of Github.Developer Settings
and click Personal access tokens
repo
access and no expiration date.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.