Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zaaack/blog

A hexo blog which deploy via github actions
https://github.com/zaaack/blog

actions blog git github-action github-pages hexo

Last synced: about 22 hours ago
JSON representation

A hexo blog which deploy via github actions

Awesome Lists containing this project

README

        

# My Blog

Auto deploy to [https://zaaack.github.io](https://zaaack.github.io) via Github Actions.

## How to deploy hexo site to Github Pages via Github Actions

1. run `ssh-keygen -f ./test` to generate ssh keys
2. put `test.pub` content to [zaaack.github.io's deploy keys](https://github.com/zaaack/zaaack.github.io/settings/keys)
3. put `test` content to [blog's secrets](https://github.com/zaaack/blog/settings/secrets/actions) with name `SSH_PRIVATE_KEY`