actions / starter-workflows

Accelerating new GitHub Actions workflows
https://github.com/features/actions
Other
8.59k stars 5.08k forks source link

Create sample workflow for Hexo site #2355

Open stevenjoezhang opened 3 months ago

stevenjoezhang commented 3 months ago

Pre-requisites


Please note that at this time we are only accepting new starter workflows for Code Scanning. Updates to existing starter workflows are fine.


Tasks

For all workflows, the workflow:

For CI workflows, the workflow:

For Code Scanning workflows, the workflow:

Some general notes:

stevenjoezhang commented 2 months ago

@JamesMGreene Could you help review this pull request? This actions workflow is very important for Hexo users. Currently, we can only advise users to set up the actions workflow through the Hexo documentation (https://hexo.io/docs/github-pages.html). If we can turn it into a template, it would greatly facilitate users in deploying Hexo sites through GitHub Pages. Thanks!