Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurt-liao/pages-deploy-without-build
Auto deploy github pages after push main branch.
https://github.com/kurt-liao/pages-deploy-without-build
deploy gh-pages github-pages template
Last synced: 1 day ago
JSON representation
Auto deploy github pages after push main branch.
- Host: GitHub
- URL: https://github.com/kurt-liao/pages-deploy-without-build
- Owner: kurt-liao
- License: mit
- Created: 2022-10-09T23:15:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T23:31:48.000Z (about 2 years ago)
- Last Synced: 2024-12-20T22:46:10.137Z (2 days ago)
- Topics: deploy, gh-pages, github-pages, template
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pages-deploy-without-build
## Usage
1. Press `Use this template` to create a repository.
2. Generate a delpoy key: `Settings` > `Developer settings` > `Personal access token` > `Generate new token`
3. Set your **Name** and **EMail** in `deploy.yml` file
4. Set that key to your repo _Secrets_, name it `COMMIT_SECRET`: `Settings(In your repo)` > `Secrets` > `Actions` > `New repository secret`
5. Create a new folder called `src` and put all of your _html_, _js_, _css_ into it.
6. Push to main branch, and github pages deployment will start.