{"id":16347857,"url":"https://github.com/victoriadrake/hugo-latest-cd","last_synced_at":"2025-03-23T00:33:00.110Z","repository":{"id":82779401,"uuid":"245265027","full_name":"victoriadrake/hugo-latest-cd","owner":"victoriadrake","description":":octocat: GitHub Action to build and deploy :rocket: a Hugo site to GitHub Pages using latest extended Hugo","archived":false,"fork":false,"pushed_at":"2023-02-23T13:27:45.000Z","size":20,"stargazers_count":14,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T15:03:40.435Z","etag":null,"topics":["continuous-delivery","deployment-automation","github-page","hugo-site","workflow"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/victoriadrake.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-05T20:50:15.000Z","updated_at":"2025-02-03T15:27:54.000Z","dependencies_parsed_at":"2023-06-09T01:00:40.874Z","dependency_job_id":null,"html_url":"https://github.com/victoriadrake/hugo-latest-cd","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victoriadrake%2Fhugo-latest-cd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victoriadrake%2Fhugo-latest-cd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victoriadrake%2Fhugo-latest-cd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victoriadrake%2Fhugo-latest-cd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victoriadrake","download_url":"https://codeload.github.com/victoriadrake/hugo-latest-cd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245040235,"owners_count":20551297,"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":["continuous-delivery","deployment-automation","github-page","hugo-site","workflow"],"created_at":"2024-10-11T00:46:31.202Z","updated_at":"2025-03-23T00:33:00.103Z","avatar_url":"https://github.com/victoriadrake.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Action to build and deploy a Hugo site to GitHub Pages using latest extended Hugo 🚀\n\nThis action cleans and rebuilds your [Hugo site](https://gohugo.io/) to a destination folder in the same repository.\n\nIt always uses the latest extended version from [Hugo releases](https://github.com/gohugoio/hugo/releases). The extended version [enables the processing](https://gohugo.io/troubleshooting/faq/#i-get-tocss--this-feature-is-not-available-in-your-current-hugo-version) of SCSS and Sass files to CSS.\n\nYour site will build in a destination folder in your repository, and that folder will be pushed back to `master`. To automatically serve your updated site with GitHub Pages, [choose the `docs/` folder as your source](https://help.github.com/en/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site).\n\nThe default destination folder is `docs/`.\n\n## Add action to your workflow\n\nHere is an example workflow file that uses this action on any `push` event to the `master` branch:\n\n```yml\nname: hugo-latest-cd\n\non:\n  push:\n    branches:\n      - master\n\nenv:\n  TOKEN: ${{ secrets.GITHUB_TOKEN }}\n  #  HUGO_ARGS: '--minify'\n\njobs:\n  build:\n\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: 🛎 Check out master\n        uses: actions/checkout@master\n        with:\n          fetch-depth: 1\n      - name: 🚀 Build and deploy\n        uses: victoriadrake/hugo-latest-cd@master\n```\n\nYou may uncomment the `HUGO_ARGS` `env` setting above to pass arbitrary [options](https://gohugo.io/commands/hugo/#options) to the `hugo` build command. See `man hugo` on your system for options.\n\n## Use the workflow YAML file directly\n\nIf you prefer to place this action's YAML file in your repository directly, simply copy the included `hugo-latest-cd.yml` into your repository's `.github/workflows/` directory.\n\nFor help editing the YAML file, see [Workflow syntax for GitHub Actions](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictoriadrake%2Fhugo-latest-cd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictoriadrake%2Fhugo-latest-cd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictoriadrake%2Fhugo-latest-cd/lists"}