{"id":13533007,"url":"https://github.com/heowc/action-hexo","last_synced_at":"2025-04-01T21:31:33.996Z","repository":{"id":56649169,"uuid":"168853271","full_name":"heowc/action-hexo","owner":"heowc","description":null,"archived":true,"fork":false,"pushed_at":"2021-05-04T04:46:42.000Z","size":9,"stargazers_count":31,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T22:07:53.931Z","etag":null,"topics":["github-actions","hacktoberfest","hexo"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heowc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-02T16:44:49.000Z","updated_at":"2024-11-05T19:25:11.000Z","dependencies_parsed_at":"2022-08-15T22:40:12.515Z","dependency_job_id":null,"html_url":"https://github.com/heowc/action-hexo","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heowc%2Faction-hexo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heowc%2Faction-hexo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heowc%2Faction-hexo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heowc%2Faction-hexo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heowc","download_url":"https://codeload.github.com/heowc/action-hexo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246713156,"owners_count":20821848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions","hacktoberfest","hexo"],"created_at":"2024-08-01T07:01:15.789Z","updated_at":"2025-04-01T21:31:33.706Z","avatar_url":"https://github.com/heowc.png","language":"Dockerfile","readme":"# GitHub Action for Hexo\n\nThis Action for hexo enables arbitrary actions with the hexo command-line client\n\n## Usage\n\nAn example workflow to clean, generate, and deploy an hexo to the default public registry follows:\n\n### YAML syntax\n```yaml\non: push\nname: Deploy\njobs:\n  build:\n    name: Build\n    runs-on: ubuntu-latest\n    steps:\n    - name: Clean\n      uses: heowc/action-hexo@main\n      with:\n        args: clean\n    - name: Generate\n      uses: heowc/action-hexo@main\n      with:\n        args: generate\n    - name: Deploy\n      uses: heowc/action-hexo@main\n      env:\n        EMAIL: \u003cyour-input-email\u003e\n        NAME: \u003cyour-input-name\u003e\n      with:\n        args: deploy\n\n```\n### Environment variables\n\nIf using `hexo-deployer-git` when `Deploy` action,\n\n* `NAME` - **Optional**. To specify a name when deploying. Defaults to \"\"\n\n* `EMAIL` - **Optional**. To specify a name when deploying. Defaults to \"\"\n","funding_links":[],"categories":["Community Resources","Third-party"],"sub_categories":["GitHub Pages","External Resources"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheowc%2Faction-hexo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheowc%2Faction-hexo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheowc%2Faction-hexo/lists"}