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
+33-4Lines changed: 33 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,10 +49,39 @@ Whatever is good for a simple, easy to maintain and modern static webpages
49
49
html, css, javascript.
50
50
Just keep it simple with as little code and dependencies as possible, but try to keep it modern and convenient.
51
51
52
-
## Release
53
-
> **Note:** GitHub Pages deployment workflow needs to be configured by repository administrators with appropriate permissions.
54
-
55
-
The static website can be deployed to GitHub Pages. A GitHub Actions workflow file is included in the repository for automatic deployment when pushing to the `main` branch.
52
+
## Deployment
53
+
54
+
### Manual Deployment to GitHub Pages
55
+
The repository includes a GitHub Actions workflow for manual deployment to the `gh-pages` branch.
56
+
57
+
#### Prerequisites
58
+
- Repository administrator permissions
59
+
- GitHub Actions enabled for the repository
60
+
- GitHub Pages configured to deploy from `gh-pages` branch
61
+
62
+
#### How to Deploy
63
+
1.**Navigate to the Actions tab** in your GitHub repository
0 commit comments