Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.