Skip to content

Hexo GitHub Actions auto-deployment

Hexo GitHub Actions auto-deployment is a workflow configuration that enables the continuous integration and deployment of a Hexo blog using GitHub Actions^[600-developer-blog-hexo-blog-update-hexo.md]. By defining a workflow file, the build and deployment process can be triggered automatically, typically when code is pushed to the repository^[600-developer-blog-hexo-blog-update-hexo.md].

Configuration

To implement this auto-deployment method, a workflow file must be created at the specific path .github/workflows/node.js.yml^[600-developer-blog-hexo-blog-update-hexo.md]. This file contains the instructions for the GitHub Actions runner to execute.

Sources

  • 600-developer-blog-hexo-blog-update-hexo.md