You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,14 @@ npm run preview
35
35
npm run deploy
36
36
```
37
37
38
+
### Deploying to GitHub Pages
39
+
40
+
This project is set up to deploy to the gh-pages won push to the master branch. When deploying to gh-pages the project will need a secret named `ACCESS_TOKEN`. To generate a access token add a new [personal access token](https://github.com/settings/tokens) to your GitHub account with the "full control of private repositories" scope selected.
41
+
42
+
### Custom Domain
43
+
44
+
To set a custom domain for the project add a `CNAME` file to the projects root directory, the file will be bundled into the gh-pages deployment.
45
+
38
46
### Registering Files
39
47
40
48
Files are registered via script elements on the pages `.html` file. Use the following scripts to register your files.
0 commit comments